Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Williams <[email protected]>
  • Loading branch information
MrSteve81 committed Sep 17, 2024
1 parent 694e291 commit 1078752
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/prelim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 1078752

Please sign in to comment.