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
8e54c0d907
commit
1031ea6778
@ -23,7 +23,7 @@
|
||||
register: __postgres_systemd
|
||||
|
||||
- name: Force systemd to re-read configs
|
||||
systemd:
|
||||
service:
|
||||
daemon_reload: True
|
||||
when: __postgres_systemd.changed
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user