diff options
author | MofassirArif <mofassir.arif@xflowresearch.com> | 2016-02-15 23:36:15 -0800 |
---|---|---|
committer | MofassirArif <mofassir.arif@xflowresearch.com> | 2016-02-15 23:36:15 -0800 |
commit | 4dbb3e08adaaa90a0483681dc51393de56359c85 (patch) | |
tree | 3abd61fd27847425d1012bacedf3f1869372bb76 /benchmarks/playbooks/ramspeed.yaml | |
parent | b5c0b2b8c5ea0ab734548813a859ac6065138437 (diff) |
qtip: add user name in case of apex and make the changes in ansible
playbooks to cater for apex. Also reduce the verbosity for runnning
ansbile plays.
Change-Id: Id3a6da7bea3ede99f8a23e5fd0a2801987f9565b
Signed-off-by: MofassirArif <mofassir.arif@xflowresearch.com>
Diffstat (limited to 'benchmarks/playbooks/ramspeed.yaml')
-rw-r--r-- | benchmarks/playbooks/ramspeed.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/playbooks/ramspeed.yaml b/benchmarks/playbooks/ramspeed.yaml index e59ed10e..b515111c 100644 --- a/benchmarks/playbooks/ramspeed.yaml +++ b/benchmarks/playbooks/ramspeed.yaml @@ -9,7 +9,7 @@ - hosts: "{{role}}" become: yes - become_user: "{{username}}" + remote_user: "{{username}}" tasks: - name: checking_home directory shell: echo $HOME |