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

debug test

parent 547b0cc3
No related branches found
Tags 2.10.0
No related merge requests found
Pipeline #9798 passed
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
- name: Check that no mods are enabled and disabled - name: Check that no mods are enabled and disabled
assert: assert:
that: "{{ mod }} not in apache_mods_disabled" that: "{{ mod }} not in apache_mods_disabled"
loop: apache_mods_enabled loop: apache_mods_enabled | list
loop_control: loop_control:
loop_var: mod loop_var: mod
label: "{{ mod }}" label: "{{ 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