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

fix typo

parent 87ad7476
No related branches found
No related tags found
No related merge requests found
Pipeline #29344 failed
......@@ -27,8 +27,7 @@
- name: Set a fact for the mods available
ansible.builtin.set_fact:
# apache_mods_available: "{{ apache_mods_available_load | community.general.json_query('find[].paths') | map('basename') | map('regex_replace', '[.]load$') | sort }}"
apache_mods_available: "{{ apache_mods_available_load | community.general.json_query('find[].paths') }}"
apache_mods_available: "{{ apache_mods_available_load | community.general.json_query('files[].paths') | map('basename') | map('regex_replace', '[.]load$') | sort }}"
- name: Debug the mods available
ansible.builtin.debug:
......
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