Skip to content

Commit abf1274

Browse files
committed
and here TO-246
1 parent c6ddbfd commit abf1274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/Windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
become: true
77

88
- name: Enable autologon for vagrant
9-
ansible.windows.win_command: powershell.exe Start-Process -FilePath "C:\\ProgramData\\chocolatey\\bin\\Autologon.exe" -ArgumentList '"/accepteula" vagrant . {{ windows_autologin_password }}'
9+
ansible.windows.win_command: powershell.exe Start-Process -FilePath "C:\\ProgramData\\chocolatey\\bin\\Autologon.exe" -ArgumentList '"/accepteula" vagrant . {{ windows_autologon_password }}'
1010

1111
- name: Disable screen saver
1212
ansible.windows.win_shell: Set-ItemProperty "HKCU:\Control Panel\Desktop" -Name ScreenSaveActive -Value 0 -Type DWord

0 commit comments

Comments
 (0)