From afa3ba764a3f449775ca1255a175eaf60e0451ee Mon Sep 17 00:00:00 2001 From: Chris Croome <chris@webarchitects.co.uk> Date: Mon, 27 Jan 2020 16:37:41 +0000 Subject: [PATCH] debug test --- tasks/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/checks.yml b/tasks/checks.yml index f2b23da..757d5aa 100644 --- a/tasks/checks.yml +++ b/tasks/checks.yml @@ -44,7 +44,7 @@ - name: Check that no mods are enabled and disabled assert: that: "{{ mod }} not in apache_mods_disabled" - loop: apache_mods_enabled + loop: apache_mods_enabled | list loop_control: loop_var: mod label: "{{ mod }}" -- GitLab