xoxys.ldap_proxy/tasks/post_tasks.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

9 lines
155 B
YAML

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