You've already forked ansible-role-common
Removal of DefProf.exe
This commit is contained in:
Binary file not shown.
@@ -33,10 +33,13 @@
|
||||
notify: reboot windows
|
||||
- meta: flush_handlers
|
||||
|
||||
- name: Ensure Temp dir exists
|
||||
- name: Ensure Important dirs exist
|
||||
win_file:
|
||||
path: 'C:\temp'
|
||||
path: "{{ item }}"
|
||||
state: directory
|
||||
with_items:
|
||||
- 'C:\Temp'
|
||||
- 'C:\Tools'
|
||||
|
||||
#- name: Ensure Profile Tool Present
|
||||
# win_copy:
|
||||
|
||||
Reference in New Issue
Block a user