From fad3fdeeb62868aece0b89ceff6ad5f77890e17a Mon Sep 17 00:00:00 2001 From: Chris Croome <chris@webarchitects.co.uk> Date: Wed, 13 Apr 2022 17:43:08 +0100 Subject: [PATCH] debug check --- defaults/main.yml | 2 +- tasks/checks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 067d88c..f6798f3 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -4,7 +4,7 @@ php_dpkg: /usr/bin/dpkg php_phpquery: /usr/sbin/phpquery php_versions: '8.1': - state: present + state: absent sapis: apache2: state: absent diff --git a/tasks/checks.yml b/tasks/checks.yml index bea03fd..afea1a9 100644 --- a/tasks/checks.yml +++ b/tasks/checks.yml @@ -61,7 +61,7 @@ var: php_versions_remove verbosity: 2 - - name: Include SAPI checks for PHP proposed versions + - name: Include SAPI checks for PHP versions due to be removed include_tasks: sapi_checks.yml loop: "{{ php_versions_remove }}" loop_control: -- GitLab