xoxys.ldap_proxy/handlers/main.yml
Robert Kaussow e80fa8a86b
All checks were successful
continuous-integration/drone/push Build is passing
refactor: use generic ansible modules service and package
2021-06-05 15:30:48 +02:00

10 lines
175 B
YAML

---
- block:
- name: Restart openldap service
service:
state: restarted
name: slapd
listen: __slapd_restart
become: True
become_user: root