aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/playbooks/fio.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/playbooks/fio.yaml')
-rw-r--r--benchmarks/playbooks/fio.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/playbooks/fio.yaml b/benchmarks/playbooks/fio.yaml
index 7162dc3b..4f8697c3 100644
--- a/benchmarks/playbooks/fio.yaml
+++ b/benchmarks/playbooks/fio.yaml
@@ -9,7 +9,8 @@
- hosts: "{{role}}"
tasks:
-
+ become: yes
+ become_user: "{{username}}"
- name: checking_home directory
shell: echo $HOME
register: home_dir