We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b8c6e2 commit aa81848Copy full SHA for aa81848
tests/install_role_dependencies.sh
@@ -2,5 +2,5 @@
2
3
echo '[INFO] installing Ansible galaxy dependencies...'
4
# NOTE: the contents of this file must match the values of the dependencies key in the meta/main.yml file
5
-ansible-galaxy install --ignore-errors -r ${REQUIREMENTS_FILE}
+ansible-galaxy install --ignore-errors --force -r ${REQUIREMENTS_FILE}
6
# NOTE : remove --ignore-errors when your requirements.yml file is not empty
0 commit comments