Add quotes in a couple of places

This commit is contained in:
Jesper Hess 2019-03-05 15:17:53 +01:00
parent a43c52e71e
commit 05eb677c3f
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
2 changed files with 3 additions and 3 deletions

View File

@ -26,8 +26,8 @@
- ouroboros
- mailu
smtp_host: postfix
smtp_port: 587
smtp_host: "postfix"
smtp_port: "587"
tasks:
- import_role:

View File

@ -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