Install roles into ~/.ansible/roles

This allows for us to managed multiple project roles in a single
location.

Change-Id: I232931d8f490d3c2bf0b92ac9320218cc266fd42
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-02-27 21:29:44 -05:00
parent 677bf183f8
commit 16fcc5e9a3
1 changed files with 1 additions and 1 deletions

View File

@ -21,4 +21,4 @@ if [ -f /etc/ci/mirror_info.sh ]; then
sed -e "s|https://|file://${HOME}/src/|g" -i $TOOLSDIR/requirements.yaml
fi
ansible-galaxy install -v -r $TOOLSDIR/requirements.yaml -p playbooks/roles $@
ansible-galaxy install -v -r $TOOLSDIR/requirements.yaml -p ~/.ansible/roles $@