From 6145cb678432dd6a7f9f3b97494c122c939e0938 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Sun, 23 Apr 2017 22:32:37 +1200 Subject: [PATCH] Do not copy DefProf Tool --- tasks/Windows.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/Windows.yml b/tasks/Windows.yml index 2f9d124..0d4d46a 100644 --- a/tasks/Windows.yml +++ b/tasks/Windows.yml @@ -38,10 +38,10 @@ path: 'C:\temp' state: directory -- name: Ensure Profile Tool Present - win_copy: - src: Defprof.exe - dest: 'C:\temp\Defprof.exe' +#- name: Ensure Profile Tool Present +# win_copy: +# src: Defprof.exe +# dest: 'C:\temp\Defprof.exe' #- name: Ensure user locale set # win_command: 'c:\temp\Defprof.exe {{ ansible_user }} /q'