Fix ansible installation for non-root 43/35643/1
authorYolanda Robla <yroblamo@redhat.com>
Thu, 1 Jun 2017 09:25:01 +0000 (11:25 +0200)
committerYolanda Robla <yroblamo@redhat.com>
Thu, 1 Jun 2017 09:27:21 +0000 (11:27 +0200)
commitb6052ac5efcf112245f0dc958373c31785d527d1
tree6b297727e3613d5e24ad9532e78d72b5d981d75b
parent237c0e6c0e81dbd3317093bad3d91b00b0a7a6b8
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
prototypes/xci/file/install-ansible.sh