From: Andrew Schoen Date: Wed, 27 Jan 2016 18:58:07 +0000 (-0600) Subject: remove remote_user from test.yml so it uses the current user X-Git-Tag: v1.0.0~52^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F493%2Fhead;p=ceph-ansible.git 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 --- 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