diff --git a/tasks/checks.yml b/tasks/checks.yml
index bfe54e33823e13146ea9feae2d222463fabe1898..6a26e6d4af6ba3c4fb5122806cb81afec864877a 100644
--- a/tasks/checks.yml
+++ b/tasks/checks.yml
@@ -193,16 +193,14 @@
     - name: Check PHP version
       block:
 
-        - name: Run phpquery to get the PHP version
+        - name: Run phpquery to get the PHP version NOTE that currently having one one version installed is supported
           command: phpquery -V
           args:
             strip_empty_ends: true
           check_mode: false
           changed_when: false
           register: apache_phpquery_version
-          failed_when: >
-            ( apache_which_phpquery.stdout_lines | count > 1 ) or
-            ( apache_which_phpquery.stdout | int is not version('7.0', '>=') )
+          failed_when: apache_which_phpquery.stdout_lines | count > 1
 
         - name: Set a fact for the PHP version
           set_fact: