From dec240a5137bf735513d5958203c4b343dede979 Mon Sep 17 00:00:00 2001 From: Sean Cavanaugh Date: Tue, 16 May 2023 11:12:45 -0400 Subject: [PATCH] Update apache.yml to make the ACL rule immediate (#66) --- .../demo/patching/roles/report_server/tasks/apache.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/collections/ansible_collections/demo/patching/roles/report_server/tasks/apache.yml b/collections/ansible_collections/demo/patching/roles/report_server/tasks/apache.yml index 62be5ef..0dbae4f 100644 --- a/collections/ansible_collections/demo/patching/roles/report_server/tasks/apache.yml +++ b/collections/ansible_collections/demo/patching/roles/report_server/tasks/apache.yml @@ -7,6 +7,7 @@ service: http permanent: true state: enabled + immediate: true check_mode: false - name: Install httpd package