add yardstick iruya 9.0.0 release notes
[yardstick.git] / ansible / roles / uninstall_spec_cpu2006 / tasks / main.yaml
1 ---
2 ##############################################################################
3 # Copyright (c) 2017 Huawei Technologies Co.,Ltd and others.
4 #
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10
11 - name: remove SPEC CPU 2006
12   file:
13     path: ~/cpu2006
14     state: absent
15
16 - name: umount SPEC CPU 2006 ISO
17   shell:
18     umount -l /mnt;
19   args:
20       executable: /bin/bash
21   become: true
22
23 - name: remove SPEC CPU 2006 ISO
24   file:
25     path: ~/cpu2006-1.2.iso
26     state: absent