From 10787528d918c09b06a3434792115c6123c0db82 Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Tue, 17 Sep 2024 11:01:35 -0400 Subject: [PATCH] Fixed indentation Signed-off-by: Stephen Williams --- tasks/prelim.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/prelim.yml b/tasks/prelim.yml index 9682347..d273340 100644 --- a/tasks/prelim.yml +++ b/tasks/prelim.yml @@ -103,8 +103,8 @@ - name: "PRELIM | PATCH | Unload UAS kernel module" community.general.modprobe: - name: uas - state: absent + name: uas + state: absent when: discovered_uas_status.rc == 0 - name: "PRELIM | AUDIT | Verify UAS module is unloaded" @@ -116,7 +116,7 @@ - name: "PRELIM | AUDIT | Output UAS unload status" ansible.builtin.debug: - msg: "The UAS module has been successfully unloaded." + msg: "The UAS module has been successfully unloaded." when: discovered_uas_check.rc != 0 when: - debian11cis_rule_1_1_10