Merge "Remove tool provisioning in Standalone contexts"
[yardstick.git] / ansible / roles / download_pmu_tools / tasks / main.yml
index 3ef4122..37375b6 100644 (file)
 - name: Create perfmon local mirror
   command: "wget -mkEpnp {{ perfmon_url }} -P {{ INSTALL_BIN_PATH }}/pmu_local_mirror"
   ignore_errors: yes
+  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