Skip to content

Commit 6ac4716

Browse files
committed
added note.
1 parent c8c93da commit 6ac4716

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/install_role_dependencies.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
echo '[INFO] installing Ansible galaxy dependencies...'
44
# 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}
5+
ansible-galaxy install --ignore-errors -r ${REQUIREMENTS_FILE}
6+
# NOTE : remove --ignore-errors when your requirements.yml file is not empty

0 commit comments

Comments
 (0)