Skip to content

Commit

Permalink
quick fix TO-246
Browse files Browse the repository at this point in the history
  • Loading branch information
layfield-ccdc committed Jul 18, 2024
1 parent 8c39ca8 commit 3e9b19c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
become: true

- name: "Enable autologon for vagrant"
ansible.windows.win_command: "C:\\ProgramData\\chocolatey\\bin\\Autologon.exe vagrant . {{ ansible_password }}"
ansible.windows.win_command: "C:\\ProgramData\\chocolatey\\bin\\Autologon.exe vagrant . {{ windows_ansible_password }}"

- name: Disable screen saver
ansible.windows.win_shell: Set-ItemProperty "HKCU:\Control Panel\Desktop" -Name ScreenSaveActive -Value 0 -Type DWord
Expand Down
2 changes: 1 addition & 1 deletion vars/Windows.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ansible_password: vagrant
windows_ansible_password: vagrant

0 comments on commit 3e9b19c

Please sign in to comment.