Compare commits
1 Commits
6c363a80f4
...
b0213d132a
Author | SHA1 | Date | |
---|---|---|---|
b0213d132a |
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
- name: Deploy and configure PostgreSQL
|
|
||||||
hosts: "{{ postgresql_hosts | default('postgresql', true) }}"
|
|
||||||
become: "{{ postgresql_become | default(true, true) }}"
|
|
||||||
roles:
|
|
||||||
- role: finallycoffee.databases.postgresql
|
|
@ -21,8 +21,7 @@ postgresql_container_image: >-2
|
|||||||
'_' + postgresql_container_image_flavour | default('', true),
|
'_' + postgresql_container_image_flavour | default('', true),
|
||||||
'',
|
'',
|
||||||
)
|
)
|
||||||
),
|
)
|
||||||
true
|
|
||||||
)
|
)
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user