From 48f1c870449f131ffbb2c12f1d1ffa6e74417fd7 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Thu, 18 Jan 2018 15:17:24 +0100 Subject: [PATCH] Introduce php_version_main and make php_version always format x.y --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 23e7ba4..43a8c14 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -9,4 +9,4 @@ - debug: msg='We have to implement some Drupal site specific configuration here' - when: '"drupalconsole" not in excluded_roles and php_version|default("5.5") != "5.3"' + when: '"drupalconsole" not in excluded_roles and php_version_main|default("7") != "7"' -- GitLab