playbook/roles/postgresql/tasks/main.yml: add ignore_errors opts

This commit is contained in:
Haitao Pan 2023-04-12 11:10:04 +08:00
parent 99088af27f
commit ec94d2331d

View File

@ -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