Fix incorrect variable naming in GitLab role

This commit is contained in:
Salt 2020-04-26 02:12:29 -05:00
parent ccc978261b
commit bbdc136c11

View File

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