aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/uninstall_spec_cpu2006
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2017-12-16 09:21:57 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-12-16 09:21:57 +0000
commit1a86f049ec4d0a4371f2f0207cdf2db6d448af7e (patch)
tree957043451792f2eadfa454b4945464cf785ff316 /ansible/roles/uninstall_spec_cpu2006
parent600f708444e556b0b658fcf86d3d0b14e27e2add (diff)
parent7bd43b239b7be6f478399526a177922d4482bcc2 (diff)
Merge "bugfix: tc078 fails in some situations"
Diffstat (limited to 'ansible/roles/uninstall_spec_cpu2006')
-rw-r--r--ansible/roles/uninstall_spec_cpu2006/tasks/main.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/ansible/roles/uninstall_spec_cpu2006/tasks/main.yaml b/ansible/roles/uninstall_spec_cpu2006/tasks/main.yaml
index 72d8c93ee..b2a50896e 100644
--- a/ansible/roles/uninstall_spec_cpu2006/tasks/main.yaml
+++ b/ansible/roles/uninstall_spec_cpu2006/tasks/main.yaml
@@ -10,9 +10,8 @@
- name: remove SPEC CPU 2006
file:
- path: /usr/cpu2006
+ path: ~/cpu2006
state: absent
- become: true
- name: umount SPEC CPU 2006 ISO
shell:
@@ -25,4 +24,3 @@
file:
path: ~/cpu2006-1.2.iso
state: absent
- become: true