Skip to content

Commit

Permalink
rule number fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoetheyn authored Dec 2, 2024
1 parent b8f0669 commit 1543eb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ win22cis_rule_18_6_9_1: true
win22cis_rule_18_6_9_2: true
win22cis_rule_18_6_10_2: true
win22cis_rule_18_6_11_2: true
win22cis_rule_18_5_11_3: true
win22cis_rule_18_6_11_3: true
win22cis_rule_18_6_11_4: true
win22cis_rule_18_6_14_1: true
win22cis_rule_18_6_19_2_1: true
Expand Down Expand Up @@ -389,7 +389,7 @@ win22cis_rule_18_9_27_7: true
win22cis_rule_18_9_30_1: true
win22cis_rule_18_9_30_2: true
win22cis_rule_18_9_32_6_1: true
win22cis_rule_18_3_32_6_2: true
win22cis_rule_18_9_32_6_2: true
win22cis_rule_18_9_32_6_3: true
win22cis_rule_18_9_32_6_4: true
win22cis_rule_18_9_34_1: true
Expand Down
6 changes: 3 additions & 3 deletions tasks/section18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@
data: 0
type: dword
when:
- win22cis_rule_18_5_11_3
- win22cis_rule_18_6_11_3
tags:
- level1-domaincontroller
- level1-memberserver
Expand Down Expand Up @@ -1644,7 +1644,7 @@
- rule_18.9.26.1
- patch

- name: "18.9.17.1 | PATCH | Ensure Block user from showing account details on sign-in is set to Enabled"
- name: "18.9.27.1 | PATCH | Ensure Block user from showing account details on sign-in is set to Enabled"
ansible.windows.win_regedit:
path: HKLM:\Software\Policies\Microsoft\Windows\System
name: BlockUserFromShowingAccountDetailsOnSignin
Expand Down Expand Up @@ -1799,7 +1799,7 @@
data: 0
type: dword
when:
- win22cis_rule_18_3_32_6_2
- win22cis_rule_18_9_32_6_2
tags:
- level2-domaincontroller
- level2-memberserver
Expand Down

0 comments on commit 1543eb3

Please sign in to comment.