Skip to content
Snippets Groups Projects
Commit 547b0cc3 authored by Chris Croome's avatar Chris Croome
Browse files

debug test

parent 82f8c7ac
No related branches found
No related tags found
No related merge requests found
Pipeline #9797 passed
......@@ -43,7 +43,7 @@
- name: Check that no mods are enabled and disabled
assert:
that: mod not in apache_mods_disabled
that: "{{ mod }} not in apache_mods_disabled"
loop: apache_mods_enabled
loop_control:
loop_var: mod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment