From 6c8f0816413f9fdcbf5249604ebbfb21314ee1fe Mon Sep 17 00:00:00 2001 From: LooseSeal2 Date: Thu, 18 Jul 2019 17:21:11 -0700 Subject: [PATCH] fix for www on tld --- apps/_core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}"