4
0
Fork 0

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:
Mark Tomich 2024-03-29 14:12:12 -04:00
parent e87d637eb2
commit 835cd41c8a
No known key found for this signature in database
GPG key ID: 686F08426B5CB971

View file

@ -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