Skip to content

Commit

Permalink
Merge pull request #37 from mfortin/issue-36
Browse files Browse the repository at this point in the history
Addressing issue #36
  • Loading branch information
MrSteve81 authored Mar 28, 2024
2 parents 63a6b7a + bd545d3 commit 8d563f7
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 8d563f7

Please sign in to comment.