From fb2748b294d0b90aa001847090739371ef91bd82 Mon Sep 17 00:00:00 2001 From: fortinm Date: Thu, 2 May 2024 18:16:25 -0400 Subject: [PATCH] Update control 1.1.6 Signed-off-by: fortinm --- tasks/section01.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tasks/section01.yml b/tasks/section01.yml index 1d9aa7b..97be351 100644 --- a/tasks/section01.yml +++ b/tasks/section01.yml @@ -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: