mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
removing the async because we need the results of the init in the subsequent step
Signed-off-by: Mark Tomich <tomichms@nih.gov>
This commit is contained in:
parent
e87d637eb2
commit
835cd41c8a
1 changed files with 0 additions and 4 deletions
|
|
@ -9,10 +9,6 @@
|
||||||
|
|
||||||
- name: "1.3.1 | PATCH | Ensure AIDE is installed | Build AIDE DB"
|
- name: "1.3.1 | PATCH | Ensure AIDE is installed | Build AIDE DB"
|
||||||
ansible.builtin.shell: /usr/sbin/aide --init
|
ansible.builtin.shell: /usr/sbin/aide --init
|
||||||
changed_when: false
|
|
||||||
failed_when: false
|
|
||||||
async: 45
|
|
||||||
poll: 0
|
|
||||||
args:
|
args:
|
||||||
creates: /var/lib/aide/aide.db.new.gz
|
creates: /var/lib/aide/aide.db.new.gz
|
||||||
when: not ansible_check_mode
|
when: not ansible_check_mode
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue