From 4dbb3e08adaaa90a0483681dc51393de56359c85 Mon Sep 17 00:00:00 2001 From: MofassirArif Date: Mon, 15 Feb 2016 23:36:15 -0800 Subject: 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 --- benchmarks/playbooks/dpi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmarks/playbooks/dpi.yaml') diff --git a/benchmarks/playbooks/dpi.yaml b/benchmarks/playbooks/dpi.yaml index 1f7fee54..9c462a1f 100644 --- a/benchmarks/playbooks/dpi.yaml +++ b/benchmarks/playbooks/dpi.yaml @@ -8,7 +8,7 @@ - hosts: "{{role}}" become: yes - become_user: "{{username}}" + remote_user: "{{username}}" tasks: - name: echo shell: echo $USER -- cgit 1.2.3-korg