From e6882b859190c55011b1e7e12100718fbdb78a24 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 27 Jan 2016 12:58:07 -0600 Subject: [PATCH] remove remote_user from test.yml so it uses the current user We need this so that the CI tests with jenkins will use the correct user with sudo access. Signed-off-by: Andrew Schoen --- test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/test.yml b/test.yml index ce43c6af0..d31b5d547 100644 --- a/test.yml +++ b/test.yml @@ -1,6 +1,5 @@ --- - hosts: localhost - remote_user: root sudo: true roles: - ceph-common -- 2.47.3