Skip to content

Commit

Permalink
add missing ubtu22cis_rule_6_2_10
Browse files Browse the repository at this point in the history
  • Loading branch information
egonzalf authored Apr 3, 2024
1 parent 0888d2d commit e64f1f2
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 e64f1f2

Please sign in to comment.