refactor: use generic ansible modules service and package
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2021-06-05 15:30:48 +02:00
parent 8bd8eabc26
commit e80fa8a86b
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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