fix for www on tld

This commit is contained in:
LooseSeal2
2019-07-18 17:21:11 -07:00
parent 1f49b9aa08
commit 6c8f081641

View File

@@ -91,7 +91,7 @@
- name: 'If Fact Matches - Enable TLD'
set_fact:
tldset: '{{domain.stdout}}'
tldset: '{{domain.stdout}},www.{{domain.stdout}}'
when: 'toplevel.stdout == pgrole'
- debug: msg="TLDSET is now for {{toplevel.stdout}}"