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

regex fix

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