From 238d866d7c955abdff4adeb468f24d987ba873e6 Mon Sep 17 00:00:00 2001
From: Chris Croome <chris@webarchitects.co.uk>
Date: Sun, 7 May 2023 20:55:20 +0100
Subject: [PATCH] tweak

---
 tasks/checks.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tasks/checks.yml b/tasks/checks.yml
index ee6eec0..3a8bc1b 100644
--- a/tasks/checks.yml
+++ b/tasks/checks.yml
@@ -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:
-- 
GitLab