library/roles/postgresql/handlers/main.yml: the pgpool reload exits with a weird state even when it's succesfull.

This commit is contained in:
Andrea Dell'Amico 2016-06-01 15:29:40 +02:00
parent 657a975732
commit 67d18d6078
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
- name: Reload pgpool2
service: name=pgpool2 state=reloaded
when: pgpool_enabled
ignore_errors: True
- name: Restart pgpool2
service: name=pgpool2 state=reloaded