Set handler postgresql with systemctl daemon-reload
continuous-integration/drone/push Build is passing Détails

Cette révision appartient à :
Eric Morino 2020-03-09 18:01:00 +01:00
Parent 0bda633b0c
révision 6c4f696ec5
1 fichiers modifiés avec 5 ajouts et 1 suppressions

Voir le fichier

@ -10,9 +10,13 @@
state: restarted
- name: restart postgresql
service:
systemd:
name: postgresql
state: restarted
daemon_reload: yes
- name: reload systemd
command: systemctl daemon-reload
- name: Restart minifirewall
command: /etc/init.d/minifirewall restart