Fix ansible installation for non-root
authorYolanda Robla <yroblamo@redhat.com>
Thu, 1 Jun 2017 09:25:01 +0000 (11:25 +0200)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 11 Aug 2017 19:56:12 +0000 (12:56 -0700)
commit2b33e55e1842e09bd816a97e082a9830346cf6ce
treec3d7cb1e33b97a885be4399c90f366e2cd9ec30b
parentcd7f083cf7fec2668f94a3b686d68f73483cdfe4
Fix ansible installation for non-root

Currently ansible was set to be installed with pip, but
this fails for non-root user. Instead of that, execute
pip with --user flag, so we don't need root permissions and it
is only installed for the current user.

Change-Id: Ib37a2a3866b4b48aca834b894cdd128ee63b31d6
xci/file/install-ansible.sh