Merge pull request #43 from jgibson02/patch-1

Fix missing quotations on braces expression
This commit is contained in:
Robert Baker
2019-03-26 08:27:58 -07:00
committed by GitHub

View File

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