From dae6f8ab9f62afb42b8fc30baa1edc0908d7c463 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Fri, 14 Feb 2025 11:59:54 +0000 Subject: [PATCH] issue #12 addressed moduel update thanks to @VitaliySynytskyi Signed-off-by: Mark Bolwell --- tasks/section_6/cis_6.2.1.x.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/section_6/cis_6.2.1.x.yml b/tasks/section_6/cis_6.2.1.x.yml index f016fd9..2580628 100644 --- a/tasks/section_6/cis_6.2.1.x.yml +++ b/tasks/section_6/cis_6.2.1.x.yml @@ -30,7 +30,7 @@ - NIST800-53R5_AU-3 - NIST800-53R5_AU-12 - auditd - ansible.builtin.service: + ansible.builtin.systemd_service: name: auditd state: started enabled: true