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:
|
- block:
|
||||||
- name: Restart openldap service
|
- name: Restart openldap service
|
||||||
systemd:
|
service:
|
||||||
state: restarted
|
state: restarted
|
||||||
name: slapd
|
name: slapd
|
||||||
listen: __slapd_restart
|
listen: __slapd_restart
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: Make sure openldap service is up and running
|
- name: Make sure openldap service is up and running
|
||||||
systemd:
|
service:
|
||||||
state: started
|
state: started
|
||||||
enabled: yes
|
enabled: yes
|
||||||
name: slapd
|
name: slapd
|
||||||
|
Loading…
Reference in New Issue
Block a user