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 c8c93da commit 6ac4716Copy full SHA for 6ac4716
tests/install_role_dependencies.sh
@@ -2,4 +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 -r ${REQUIREMENTS_FILE}
+ansible-galaxy install --ignore-errors -r ${REQUIREMENTS_FILE}
6
+# NOTE : remove --ignore-errors when your requirements.yml file is not empty
0 commit comments