From 74411400f4e740d199741d7b905bc0026410138a Mon Sep 17 00:00:00 2001 From: Frederick Witty Date: Thu, 20 Jun 2024 09:17:15 -0400 Subject: [PATCH 1/2] fix value for 18.9.19.5 control Signed-off-by: Frederick Witty --- tasks/section18.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/section18.yml b/tasks/section18.yml index 3eab693..d643a6f 100644 --- a/tasks/section18.yml +++ b/tasks/section18.yml @@ -1303,7 +1303,7 @@ ansible.windows.win_regedit: path: HKLM:\Software\Microsoft\Windows\Currentversion\Policies\System\DisableBkGndGroupPolicy name: DisableBkGndGroupPolicy - data: 1 + data: 0 type: dword when: - win19cis_rule_18_9_19_5 From 1a360e14beb2f2c6203a519fdee85b9460d77e9b Mon Sep 17 00:00:00 2001 From: Frederick Witty Date: Thu, 20 Jun 2024 09:36:28 -0400 Subject: [PATCH 2/2] ChangeLog update for issue #101 Signed-off-by: Frederick Witty --- ChangeLog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index c854372..e26575b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,6 +2,10 @@ ## Release 2.0.1 +June 2024 Update +- Issue Addressed: + - [#101] (https://github.com/ansible-lockdown/Windows-2019-CIS/issues/101) - Thank you @dennisharder-alight + April 2024 Update - Thank you @MrSteve81 for the enhancements to this release! - Improved 19.x section logic for Windows local user SIDs and HKU support.