We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5651b50 + 8306680 commit ecd38c5Copy full SHA for ecd38c5
tasks/Windows.yml
@@ -8,16 +8,16 @@
8
- name: Enable autologon for vagrant
9
ansible.windows.win_command: >
10
powershell.exe Start-Process
11
- -FilePath "C:\\ProgramData\\chocolatey\\bin\\Autologon.exe"
12
- -ArgumentList '"/accepteula" vagrant . {{ windows_autologon_password }}'
+ -FilePath "C:\\ProgramData\\chocolatey\\bin\\Autologon.exe"
+ -ArgumentList '"/accepteula" vagrant . {{ windows_autologon_password }}'
13
14
- name: Disable screen saver
15
ansible.windows.win_shell: >
16
Set-ItemProperty
17
- "HKCU:\Control Panel\Desktop"
18
- -Name ScreenSaveActive
19
- -Value 0
20
- -Type DWord
+ "HKCU:\Control Panel\Desktop"
+ -Name ScreenSaveActive
+ -Value 0
+ -Type DWord
21
22
- name: Disable monitor and standby idle timeout
23
ansible.windows.win_command: powercfg -x -{{ timeout }} 0
0 commit comments