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

Fix which phpquery check

parent f6618cfa
No related branches found
No related tags found
No related merge requests found
Pipeline #18598 passed
......@@ -188,7 +188,7 @@
- name: Set the apache_php variable to true or false
set_fact:
apache_php: "{% if apache_which_phpquery.rc == '0' %}true{% else %}false{% endif %}"
apache_php: "{% if apache_which_phpquery.rc == 0 %}true{% else %}false{% endif %}"
- name: Check PHP version
block:
......
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