xoxys.ldap_proxy/tasks/post_tasks.yml
2018-12-01 01:31:11 +01:00

9 lines
155 B
YAML

---
- name: Make sure openldap service is up and running
systemd:
state: started
enabled: yes
name: slapd
become: True
become_user: root