diff --git a/roles/ad_joined/tasks/main_win.yml b/roles/ad_joined/tasks/main_win.yml index 748036b..2ac93df 100644 --- a/roles/ad_joined/tasks/main_win.yml +++ b/roles/ad_joined/tasks/main_win.yml @@ -59,8 +59,8 @@ type: dword data: 0x00000002 with_items: - - HKLM\SYSTEM\CurrentControlSet\Services\CDPSvc - - HKLM\SYSTEM\CurrentControlSet\Services\CDPUserSvc + - HKLM:\SYSTEM\CurrentControlSet\Services\CDPSvc + - HKLM:\SYSTEM\CurrentControlSet\Services\CDPUserSvc - name: Reboot win_command: "shutdown /r"