Skip to content

Commit aa81848

Browse files
committed
force install galaxy roles.
1 parent 9b8c6e2 commit aa81848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/install_role_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +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 --ignore-errors -r ${REQUIREMENTS_FILE}
5+
ansible-galaxy install --ignore-errors --force -r ${REQUIREMENTS_FILE}
66
# NOTE : remove --ignore-errors when your requirements.yml file is not empty

0 commit comments

Comments
 (0)