From 35e852ede49609c7d524f923a3ce8dde4316399d Mon Sep 17 00:00:00 2001 From: Chris Croome <chris@webarchitects.co.uk> Date: Sun, 26 Jan 2025 19:02:01 +0000 Subject: [PATCH] fix apache2 package check --- tasks/checks.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/checks.yml b/tasks/checks.yml index 9fa61ed..328b4dc 100644 --- a/tasks/checks.yml +++ b/tasks/checks.yml @@ -37,7 +37,6 @@ - name: Read package facts when not defined ansible.builtin.package_facts: manager: apt - when: ansible_facts.packages is not defined - name: The apache2 package is required to be installed for the tasks in this role to run ansible.builtin.assert: -- GitLab