Allow the option to pass args to ansible-galaxy

As example, this allows a user to use --force which will reinstall
existing roles.

Change-Id: I0a2e49f3261fb40ba4f2f1b8bfb2115998ab7e6b
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-01-19 14:46:28 -05:00
parent 14c6144ee9
commit 1619f7a268
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 playbooks/roles $@