Compare commits

..

1 Commits

2 changed files with 8 additions and 1 deletions

6
playbooks/postgresql.yml Normal file
View File

@ -0,0 +1,6 @@
---
- name: Deploy and configure PostgreSQL
hosts: "{{ postgresql_hosts | default('postgresql', true) }}"
become: "{{ postgresql_become | default(true, true) }}"
roles:
- role: finallycoffee.databases.postgresql

View File

@ -21,7 +21,8 @@ postgresql_container_image: >-2
'_' + postgresql_container_image_flavour | default('', true),
'',
)
)
),
true
)
}}