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

fix for apache_version

parent 7f5ebe0b
No related branches found
No related tags found
1 merge request!2MPM switching and TLS 1.3
Pipeline #9775 failed
......@@ -19,7 +19,7 @@
- name: Set a fact for the Apache version
set_fact:
apache_version: "{{ apache_version_check.stdout_lines[0].split(' ')[3] }}"
apache_version: "{{ apache_version_check.stdout_lines[0].split(' ')[2] | regex_findall('[1-9.]*$]' }}"
- name: Debug Apache version
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