From 830668050408cb9ad25763d4a8730cb57a0ab6c2 Mon Sep 17 00:00:00 2001 From: Jordan Layfield <77847327+layfield-ccdc@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:03:41 +0100 Subject: [PATCH] Fix issue with multiline DO-997 --- tasks/Windows.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tasks/Windows.yml b/tasks/Windows.yml index 5ba30e6..37e3335 100644 --- a/tasks/Windows.yml +++ b/tasks/Windows.yml @@ -8,16 +8,16 @@ - name: Enable autologon for vagrant ansible.windows.win_command: > powershell.exe Start-Process - -FilePath "C:\\ProgramData\\chocolatey\\bin\\Autologon.exe" - -ArgumentList '"/accepteula" vagrant . {{ windows_autologon_password }}' + -FilePath "C:\\ProgramData\\chocolatey\\bin\\Autologon.exe" + -ArgumentList '"/accepteula" vagrant . {{ windows_autologon_password }}' - name: Disable screen saver ansible.windows.win_shell: > Set-ItemProperty - "HKCU:\Control Panel\Desktop" - -Name ScreenSaveActive - -Value 0 - -Type DWord + "HKCU:\Control Panel\Desktop" + -Name ScreenSaveActive + -Value 0 + -Type DWord - name: Disable monitor and standby idle timeout ansible.windows.win_command: powercfg -x -{{ timeout }} 0