Fixed extra ' in line 38

This commit is contained in:
timekills
2019-01-14 21:57:19 +04:30
committed by GitHub
parent 67c1bd98d5
commit 8f47ac1c95

View File

@@ -28,9 +28,6 @@
path: '{{path.stdout}}/{{pgrole}}' path: '{{path.stdout}}/{{pgrole}}'
register: oldcheck register: oldcheck
- name: 'Get home variable'
debug: homestorage=ansible_env.HOME
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik' - name: 'Adding Traefik'
set_fact: set_fact:
@@ -38,7 +35,7 @@
traefik.enable: 'true' traefik.enable: 'true'
traefik.port: '{{intport}}' traefik.port: '{{intport}}'
traefik.frontend.auth.forward.address: '{{gauth}}' traefik.frontend.auth.forward.address: '{{gauth}}'
traefik.frontend.rule: 'Host:{{pgrole}}.{{domain.stdout}},{{tldset}}'' traefik.frontend.rule: 'Host:{{pgrole}}.{{domain.stdout}},{{tldset}}'
- name: 'Setting PG Volumes' - name: 'Setting PG Volumes'
set_fact: set_fact: