diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-12-16 09:21:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-16 09:21:57 +0000 |
commit | 1a86f049ec4d0a4371f2f0207cdf2db6d448af7e (patch) | |
tree | 957043451792f2eadfa454b4945464cf785ff316 /ansible/roles/fetch_spec_cpu2006_result/tasks | |
parent | 600f708444e556b0b658fcf86d3d0b14e27e2add (diff) | |
parent | 7bd43b239b7be6f478399526a177922d4482bcc2 (diff) |
Merge "bugfix: tc078 fails in some situations"
Diffstat (limited to 'ansible/roles/fetch_spec_cpu2006_result/tasks')
-rw-r--r-- | ansible/roles/fetch_spec_cpu2006_result/tasks/main.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ansible/roles/fetch_spec_cpu2006_result/tasks/main.yaml b/ansible/roles/fetch_spec_cpu2006_result/tasks/main.yaml index 370ec7a0c..ccc89000c 100644 --- a/ansible/roles/fetch_spec_cpu2006_result/tasks/main.yaml +++ b/ansible/roles/fetch_spec_cpu2006_result/tasks/main.yaml @@ -10,7 +10,6 @@ - name: fetch_spec_cpu2006_result fetch: - src: /usr/cpu2006/spec_cpu2006_result.zip + src: ~/cpu2006/spec_cpu2006_result.zip dest: /tmp/ flat: yes - become: true |