mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-28 05:13:07 +00:00
Merge pull request #43 from jgibson02/patch-1
Fix missing quotations on braces expression
This commit is contained in:
@@ -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}}'
|
||||||
|
|||||||
Reference in New Issue
Block a user