From 890ed687afe117f0530e0eb9211426343d65a16a Mon Sep 17 00:00:00 2001 From: Chris Croome <chris@webarchitects.co.uk> Date: Mon, 27 Jan 2020 22:05:25 +0000 Subject: [PATCH] debug --- tasks/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks/config.yml b/tasks/config.yml index 4751b3f..9d161ad 100644 --- a/tasks/config.yml +++ b/tasks/config.yml @@ -9,6 +9,9 @@ loop: - "{{ apache_document_root }}" - "{{ apache_document_root }}/.well-known/acme-challenge" + loop_control: + loop_var: path + label: "{{ path }}" - name: Conditionally include Webarchitects config include_tasks: webarch.yml -- GitLab