Removal of DefProf.exe

This commit is contained in:
2018-06-27 10:02:57 +12:00
parent 0ddd54ced6
commit 1772e4a733
2 changed files with 5 additions and 2 deletions

Binary file not shown.

View File

@@ -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: