Fix quoting on variable

This commit is contained in:
Salt 2020-04-26 01:28:48 -05:00
parent 824a17ad4d
commit f036d5701e

View File

@ -6,4 +6,4 @@ dependencies:
- role: redis
- role: postfix-null
vars:
postfix_domain: {{ gitlab_url }}
postfix_domain: "{{ gitlab_url }}"