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

tweak

parent c36abb4c
No related branches found
No related tags found
No related merge requests found
Pipeline #27272 passed
......@@ -224,7 +224,7 @@
- "apache_phpfpm_conf: {{ apache_phpfpm_conf }}"
verbosity: "{% if ansible_check_mode | bool %}0{% else %}1{% endif %}"
when: ( apache_php is defined ) and ( apache_php )
when: ( apache_php is defined ) and ( apache_php | bool )
- name: Debug the enabled MPM
ansible.builtin.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