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

typos fixed

parent 1e975f62
No related branches found
No related tags found
1 merge request!2MPM switching and TLS 1.3
Pipeline #9736 failed
......@@ -27,14 +27,14 @@
- name: Set a fact for the PHP FPM module and conf names
set_fact:
apache_phpfpm_conf: "php{{ apache_php_version }}"
apache_phpfpm_mod: "php{{ apache_php_version }}-fpm"
apache_phpfpm_mod: "php{{ apache_php_version }}"
apache_phpfpm_conf: "php{{ apache_php_version }}-fpm"
- name: Debug PHP FPM module and conf names
debug:
var:
- apache_phpfpm_conf
- apache_phpfpm_mod
- apache_phpfpm_conf
verbosity: 2
when: ( apache_phpquery_path is defined ) and ( apache_phpquery_path.stdout == "/usr/sbin/phpquery" )
......
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