Updated profile copy to use the ansible_user var

This commit is contained in:
2017-03-14 14:08:51 +13:00
parent 0dfc54c945
commit bbddd7ba2e

View File

@@ -41,7 +41,7 @@
dest: 'C:\temp\Defprof.exe'
- name: Ensure user locale set
win_command: 'c:\temp\Defprof.exe Administrator /q'
win_command: 'c:\temp\Defprof.exe {{ ansible_user }} /q'
changed_when: false
- name: Apply Windows Updates