d4science-ghn-cluster: Add a new db, for geoserver1_dev_upgrade

This commit is contained in:
Andrea Dell'Amico 2017-04-14 18:25:43 +02:00
parent 4e7236de44
commit a98982ccda
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
- name: Add postgres extensions to the databases, if needed
become: True
become_user: postgres
postgresql_ext: name={{ item.1 }} db={{ item.0.name }} port={{ psql_db_port }}
postgresql_ext: name={{ item.1 | default(omit) }} db={{ item.0.name }} port={{ psql_db_port }}
with_subelements:
- '{{ psql_db_data | default([]) }}'
- extensions