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

tweak

parent 5be482be
No related branches found
No related tags found
1 merge request!2MPM switching and TLS 1.3
Pipeline #9733 failed
......@@ -30,6 +30,7 @@
- name: Register the loaded modules
command: a2query -m
check_mode: false
changed_when: false
register: apache_modules_check
- name: Debug the loaded modules
......@@ -53,6 +54,7 @@
- name: Register the loaded conf
command: a2query -c
check_mode: false
changed_when: false
register: apache_conf_check
- name: Debug the loaded conf
......@@ -76,6 +78,7 @@
- name: Check the enabled MPM
command: a2query -M
check_mode: false
changed_when: false
register: apache_mpm_check
- name: Debug the enabled MPM
......
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