From 835cd41c8aea77826dac8d90a35fa81ce4c8b193 Mon Sep 17 00:00:00 2001 From: Mark Tomich Date: Fri, 29 Mar 2024 14:12:12 -0400 Subject: [PATCH] removing the async because we need the results of the init in the subsequent step Signed-off-by: Mark Tomich --- tasks/section_1/cis_1.3.x.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tasks/section_1/cis_1.3.x.yml b/tasks/section_1/cis_1.3.x.yml index 3010b5a..9bc8677 100644 --- a/tasks/section_1/cis_1.3.x.yml +++ b/tasks/section_1/cis_1.3.x.yml @@ -9,10 +9,6 @@ - name: "1.3.1 | PATCH | Ensure AIDE is installed | Build AIDE DB" ansible.builtin.shell: /usr/sbin/aide --init - changed_when: false - failed_when: false - async: 45 - poll: 0 args: creates: /var/lib/aide/aide.db.new.gz when: not ansible_check_mode