refactor: use generic ansible modules service and package
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8bd8eabc26
commit
e80fa8a86b
@ -1,7 +1,7 @@
|
||||
---
|
||||
- block:
|
||||
- name: Restart openldap service
|
||||
systemd:
|
||||
service:
|
||||
state: restarted
|
||||
name: slapd
|
||||
listen: __slapd_restart
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Make sure openldap service is up and running
|
||||
systemd:
|
||||
service:
|
||||
state: started
|
||||
enabled: yes
|
||||
name: slapd
|
||||
|
Loading…
Reference in New Issue
Block a user