Skip to content

Commit

Permalink
Addressing issue #36
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Fortin <[email protected]>
  • Loading branch information
mfortin committed Mar 26, 2024
1 parent 6aa6445 commit bd545d3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tasks/section01.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,11 @@
- password

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

0 comments on commit bd545d3

Please sign in to comment.