playbook/roles/postgresql/tasks/main.yml: add ignore_errors opts
This commit is contained in:
parent
99088af27f
commit
ec94d2331d
@ -5,3 +5,4 @@
|
||||
- name: Post Setup PostgreSQL Server
|
||||
script: files/post-setup-postgresql.sh {{ db_namespace }}
|
||||
when: inventory_hostname in groups[group]
|
||||
ignore_errors: yes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user