mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-08 05:31:59 +00:00
fix for www on tld
This commit is contained in:
@@ -91,7 +91,7 @@
|
|||||||
|
|
||||||
- name: 'If Fact Matches - Enable TLD'
|
- name: 'If Fact Matches - Enable TLD'
|
||||||
set_fact:
|
set_fact:
|
||||||
tldset: '{{domain.stdout}}'
|
tldset: '{{domain.stdout}},www.{{domain.stdout}}'
|
||||||
when: 'toplevel.stdout == pgrole'
|
when: 'toplevel.stdout == pgrole'
|
||||||
|
|
||||||
- debug: msg="TLDSET is now for {{toplevel.stdout}}"
|
- debug: msg="TLDSET is now for {{toplevel.stdout}}"
|
||||||
|
|||||||
Reference in New Issue
Block a user