Install roles into ~/.ansible/roles
This allows for us to managed multiple project roles in a single location. Change-Id: Ice1a40d7ba1a177f2ba6c2ebff123e7186e54087 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
311c5dfecd
commit
4c08d1b42c
@ -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 $@
|
||||
|
Loading…
Reference in New Issue
Block a user