xoxys.ldap_proxy/tasks/post_tasks.yml
Robert Kaussow 1edc1aae5f
All checks were successful
continuous-integration/drone/push Build is passing
feat: add test for Rocky Linux 8 (#1)
2022-02-12 13:34:44 +01:00

10 lines
178 B
YAML

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