From 38a173546cce29a2eb779a40ff5f805c706eb74d Mon Sep 17 00:00:00 2001 From: Frederick Witty Date: Mon, 16 Jun 2025 16:49:36 -0400 Subject: [PATCH] Update auditd with check_mode Signed-off-by: Frederick Witty --- tasks/auditd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/auditd.yml b/tasks/auditd.yml index 7b86b94..0fa0b32 100644 --- a/tasks/auditd.yml +++ b/tasks/auditd.yml @@ -7,6 +7,7 @@ - name: "POST | AUDITD | Set supported_syscalls variable" ansible.builtin.shell: ausyscall --dump | awk '{print $2}' changed_when: false + check_mode: false failed_when: discovered_auditd_syscalls.rc not in [ 0, 1 ] register: discovered_auditd_syscalls