diff options
author | Nauman_Ahad <nauman_ahad@xflowresearch.com> | 2016-02-01 16:33:40 +0500 |
---|---|---|
committer | Nauman_Ahad <nauman_ahad@xflowresearch.com> | 2016-02-01 16:33:40 +0500 |
commit | 05e84d262c51ed6830517e3b2ac314d67693b485 (patch) | |
tree | b3b07a2f00096c00fd5dd3831adc1ebb5776e80f /benchmarks/playbooks/ramspeed.yaml | |
parent | 6bfa54e98b06fdd3daf9d26f9a66545402e9252c (diff) |
Fixed RAMSPEED and Whetstone bugs
After changes to incorporate "ubuntu" users for joid,
minor bugs in whetsotne and ramspeed playbooks.
These bugs were fixed.
Change-Id: I072b0b8390ad9e161e3ec2d1c9ff51e949f06cbb
Signed-off-by: Nauman_Ahad <nauman_ahad@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 4bbb6151..6eb917e4 100644 --- a/benchmarks/playbooks/ramspeed.yaml +++ b/benchmarks/playbooks/ramspeed.yaml @@ -8,9 +8,9 @@ - hosts: "{{role}}" - tasks: become: yes become_user: "{{username}}" + tasks: - name: checking_home directory shell: echo $HOME register: home_dir |