diff --git a/files/Defprof.exe b/files/Defprof.exe deleted file mode 100644 index db7270d..0000000 Binary files a/files/Defprof.exe and /dev/null differ diff --git a/tasks/Windows.yml b/tasks/Windows.yml index 0d4d46a..4c2e933 100644 --- a/tasks/Windows.yml +++ b/tasks/Windows.yml @@ -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: