Skip to content

Commit

Permalink
add missing ubtu22cis_rule_6_2_10
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Gonzalez Fisher <[email protected]>
  • Loading branch information
egonzalf committed Apr 9, 2024
1 parent 0888d2d commit a7ddcd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tasks/prelim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,8 @@
changed_when: false
check_mode: false
register: ubtu22cis_uid_zero_accounts_except_root
when:
- ubtu22cis_rule_6_2_10
tags:
- rule_6.2.10
- level1-server
Expand Down
2 changes: 1 addition & 1 deletion tasks/section_6/cis_6.2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,8 @@
failed_when: false
loop: "{{ ubtu22cis_uid_zero_accounts_except_root.stdout_lines }}"
when:
- ubtu22cis_uid_zero_accounts_except_root.rc
- ubtu22cis_rule_6_2_10
- ubtu22cis_uid_zero_accounts_except_root.rc
tags:
- level1-server
- level1-workstation
Expand Down

0 comments on commit a7ddcd2

Please sign in to comment.