Merge "Remove tool provisioning in Standalone contexts"
[yardstick.git] / ansible / roles / download_pmu_tools / tasks / main.yml
index 59a63aa..37375b6 100644 (file)
   failed_when: false #some of the links while creating mirror are not found, results in failure
   no_log: True
 
-- name: Copy local event download file
-  copy:
-    src: event_download_local.py
-    dest: "{{ INSTALL_BIN_PATH }}/event_download_local.py"
-    owner: root
-    group: root
-    mode: 0755