Added call to Defprof for default user profile

This commit is contained in:
2016-11-22 12:28:24 +13:00
parent 07569f7a19
commit e8dcb92459

View File

@@ -29,3 +29,12 @@
when: ad_domain_joined
notify: reboot windows
- meta: flush_handlers
- name: Ensure Profile Tool Present
win_copy:
src: Defprof.exe
dest: "C:\\temp\\DefProf.exe"
- name: Set default user locale
win_command: "c:\\temp\\Defprof.exe Administrator"
changed_when: false