summaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorMofassirArif <mofassir.arif@xflowresearch.com>2016-01-28 23:14:34 -0800
committerMofassirArif <mofassir.arif@xflowresearch.com>2016-01-28 23:14:34 -0800
commit430de381cf2b7be60c50ac41202857de43c12921 (patch)
treea7fc23b274806615c6aff9f346b8a11d7f06e6a0 /benchmarks
parent4c27a6b94a0664418664569384ce236159385c71 (diff)
qtip bug: storage playbook, update --become-user
Change-Id: I3de6f779dabef546e313f8264ceeb993f4220f46 Signed-off-by: MofassirArif <mofassir.arif@xflowresearch.com>
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/playbooks/fio.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/playbooks/fio.yaml b/benchmarks/playbooks/fio.yaml
index 4f8697c3..dc11e9ad 100644
--- a/benchmarks/playbooks/fio.yaml
+++ b/benchmarks/playbooks/fio.yaml
@@ -8,9 +8,9 @@
- hosts: "{{role}}"
- tasks:
become: yes
become_user: "{{username}}"
+ tasks:
- name: checking_home directory
shell: echo $HOME
register: home_dir