forked from data.coop/ansible
Add quotes in a couple of places
This commit is contained in:
parent
a43c52e71e
commit
05eb677c3f
|
@ -26,8 +26,8 @@
|
|||
- ouroboros
|
||||
- mailu
|
||||
|
||||
smtp_host: postfix
|
||||
smtp_port: 587
|
||||
smtp_host: "postfix"
|
||||
smtp_port: "587"
|
||||
|
||||
tasks:
|
||||
- import_role:
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
volumes:
|
||||
- fider_db:/var/lib/postgresql/data
|
||||
env:
|
||||
POSTGRES_USER: fider
|
||||
POSTGRES_USER: "fider"
|
||||
POSTGRES_PASSWORD: "{{ postgres_passwords.fider }}"
|
||||
|
||||
- name: fider app container
|
||||
|
|
Loading…
Reference in a new issue