diff options
Diffstat (limited to 'tasks/main.yml')
-rw-r--r-- | tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tasks/main.yml b/tasks/main.yml index 2fa7883..3d1892c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml | |||
@@ -46,6 +46,7 @@ | |||
46 | - include: postgres-database.yml | 46 | - include: postgres-database.yml |
47 | postgres_dbname={{ item.1.dbname }} | 47 | postgres_dbname={{ item.1.dbname }} |
48 | postgres_owner={{ item.1.owner }} | 48 | postgres_owner={{ item.1.owner }} |
49 | postgres_extensions={{ item.1.extensions|default([]) }} | ||
49 | postgres_port={{ item.0.port }} | 50 | postgres_port={{ item.0.port }} |
50 | with_subelements: | 51 | with_subelements: |
51 | - "{{ postgres_clusters }}" | 52 | - "{{ postgres_clusters }}" |