diff --git a/tasks/checks.yml b/tasks/checks.yml index 568fc784d5cfdef589e74116dc6d29584705092b..038a361ab97dfb76826fb9d4082c6c8b3d708fbd 100644 --- a/tasks/checks.yml +++ b/tasks/checks.yml @@ -27,7 +27,8 @@ - name: Set a fact for the mods available ansible.builtin.set_fact: - apache_mods_available: "{{ apache_mods_available_load | community.general.json_query('files[].paths') | map('basename') | map('regex_replace', '[.]load$') | sort }}" + # apache_mods_available: "{{ apache_mods_available_load | community.general.json_query('files[].paths') | map('basename') | map('regex_replace', '[.]load$') | sort }}" + apache_mods_available: "{{ apache_mods_available_load | community.general.json_query('files[].paths') }}" - name: Debug the mods available ansible.builtin.debug: