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

This commit is contained in:
Eric Morino 2020-03-09 18:01:00 +01:00
parent 0bda633b0c
commit 6c4f696ec5
1 changed files with 5 additions and 1 deletions

View File

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