Skip to content

Commit ecd38c5

Browse files
authoredSep 19, 2024
Merge pull request #41 from ccdc-opensource/fix-multiline-DO-997
Fix issue with multiline DO-997
2 parents 5651b50 + 8306680 commit ecd38c5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎tasks/Windows.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
- name: Enable autologon for vagrant
99
ansible.windows.win_command: >
1010
powershell.exe Start-Process
11-
-FilePath "C:\\ProgramData\\chocolatey\\bin\\Autologon.exe"
12-
-ArgumentList '"/accepteula" vagrant . {{ windows_autologon_password }}'
11+
-FilePath "C:\\ProgramData\\chocolatey\\bin\\Autologon.exe"
12+
-ArgumentList '"/accepteula" vagrant . {{ windows_autologon_password }}'
1313
1414
- name: Disable screen saver
1515
ansible.windows.win_shell: >
1616
Set-ItemProperty
17-
"HKCU:\Control Panel\Desktop"
18-
-Name ScreenSaveActive
19-
-Value 0
20-
-Type DWord
17+
"HKCU:\Control Panel\Desktop"
18+
-Name ScreenSaveActive
19+
-Value 0
20+
-Type DWord
2121
2222
- name: Disable monitor and standby idle timeout
2323
ansible.windows.win_command: powercfg -x -{{ timeout }} 0

0 commit comments

Comments
 (0)
Failed to load comments.