Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
Signed-off-by: fortinm <[email protected]>
  • Loading branch information
mfortin committed Mar 28, 2024
1 parent 46b2fb7 commit 6739706
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tasks/section01.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,10 @@
- password

- name: "1.1.6 | PATCH | Ensure Relax minimum password length limits is set to Enabled."
ansible.windows.win_regedit:
path: HKLM:\System\CurrentControlSet\Control\SAM
name: RelaxMinimumPasswordLengthLimits
data: 1
type: dword
community.windows.win_security_policy:
section: System Access
key: RelaxMinimumPasswordLengthLimits
value: 1
when:
- win22cis_rule_1_1_6
tags:
Expand Down

0 comments on commit 6739706

Please sign in to comment.