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

add debugging for php version

parent 555f439a
No related branches found
No related tags found
No related merge requests found
Pipeline #27180 passed
......@@ -234,9 +234,10 @@
- name: Debug PHP FPM module and conf names
ansible.builtin.debug:
msg:
- "apache_php_version: {{ apache_php_version }}"
- "apache_phpfpm_mod: {{ apache_phpfpm_mod }}"
- "apache_phpfpm_conf: {{ apache_phpfpm_conf }}"
verbosity: 2
verbosity: "{% if ansible_check_mode | bool %}0{% else %}1{% endif %}"
when: ( apache_php is defined ) and ( apache_php )
......
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