diff --git a/apps/_core.yml b/apps/_core.yml index d1779ca..7f0025b 100644 --- a/apps/_core.yml +++ b/apps/_core.yml @@ -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}}"