diff --git a/defaults/main.yml b/defaults/main.yml index 8dbc121..4cd181d 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -334,7 +334,7 @@ win19cis_rule_18_9_5_4: true win19cis_rule_18_9_5_5: true win19cis_rule_18_9_5_6: true win19cis_rule_18_9_5_7: true -win19cis_rule_18_8_7_2: true +win19cis_rule_18_9_7_2: true win19cis_rule_18_9_13_1: true win19cis_rule_18_9_19_2: true win19cis_rule_18_9_19_3: true diff --git a/tasks/section18.yml b/tasks/section18.yml index d38300e..2077838 100644 --- a/tasks/section18.yml +++ b/tasks/section18.yml @@ -1226,18 +1226,18 @@ - patch - vbs -- name: "18.8.7.2 | PATCH | Ensure Prevent device metadata retrieval from the Internet is set to Enabled" +- name: "18.9.7.2 | PATCH | Ensure Prevent device metadata retrieval from the Internet is set to Enabled" ansible.windows.win_regedit: path: HKLM:\SOFTWARE\Policies\Microsoft\Windows\Device Metadata name: PreventDeviceMetadataFromNetwork data: 1 type: dword when: - - win19cis_rule_18_8_7_2 + - win19cis_rule_18_9_7_2 tags: - level1-domaincontroller - level1-memberserver - - rule_18.8.7.2 + - rule_18.9.7.2 - patch - metadata