You've already forked ansible-role-common
Added call to Defprof for default user profile
This commit is contained in:
@@ -29,3 +29,12 @@
|
|||||||
when: ad_domain_joined
|
when: ad_domain_joined
|
||||||
notify: reboot windows
|
notify: reboot windows
|
||||||
- meta: flush_handlers
|
- 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
|
||||||
Reference in New Issue
Block a user