summaryrefslogtreecommitdiffstats
path: root/qtip/driver/playbook/unixbench/setup.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'qtip/driver/playbook/unixbench/setup.yaml')
-rw-r--r--qtip/driver/playbook/unixbench/setup.yaml13
1 files changed, 1 insertions, 12 deletions
diff --git a/qtip/driver/playbook/unixbench/setup.yaml b/qtip/driver/playbook/unixbench/setup.yaml
index 283884ac..4b9b5240 100644
--- a/qtip/driver/playbook/unixbench/setup.yaml
+++ b/qtip/driver/playbook/unixbench/setup.yaml
@@ -12,21 +12,10 @@
gather_facts: no
tasks:
- - set_fact:
- is_dhrystone: "{{ dhrystone | default(False) }}"
- is_whetstone: "{{ whetstone | default(False) }}"
-
- name: Making dhrystone directory
file:
- path: '{{ result_dir }}/dhrystone/logs/'
- state: directory
- when: '{{ is_dhrystone }}'
-
- - name: Making whetstone directory
- file:
- path: '{{ result_dir }}/whetstone/logs/'
+ path: '{{ result_dir }}/'
state: directory
- when: '{{ is_whetstone }}'
- hosts: hosts
become: yes