Fix missing quotations on braces expression

This commit is contained in:
John Gibson
2019-03-22 00:33:50 -04:00
committed by GitHub
parent 31ff3d760f
commit b7f6b95a1b

View File

@@ -48,7 +48,7 @@
pg_env:
UID: '1000'
GID: '1000'
DOMAIN: {{pgrole}}.{{domain.stdout}}
DOMAIN: '{{pgrole}}.{{domain.stdout}}'
# MAIN DEPLOYMENT #############################################################
- name: 'Deploying {{pgrole}}'