From e9ebe61d4efda9a39f4fcf8156ec9f8ef8803107 Mon Sep 17 00:00:00 2001 From: nqb Date: Thu, 25 Nov 2021 23:16:42 +0100 Subject: [PATCH] fix(tests): always reinstall Ansible roles and collections necesseray for localdev when we update requirements.yml --- t/venom/test-wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/venom/test-wrapper.sh b/t/venom/test-wrapper.sh index 236fbbaf0ba7..4966692ec044 100755 --- a/t/venom/test-wrapper.sh +++ b/t/venom/test-wrapper.sh @@ -128,7 +128,7 @@ start_and_provision_other_vm() { run_tests() { log_subsection "Configure VM for tests and run tests" # install roles and collections in VENOM_ROOT_DIR - ansible-galaxy install -r ${VENOM_ROOT_DIR}/requirements.yml + ansible-galaxy install --force -r ${VENOM_ROOT_DIR}/requirements.yml for scenario_name in ${SCENARIOS_TO_RUN}; do scenario_path="${SCENARIOS_BASE_DIR}/${scenario_name}" if [ -e "${scenario_path}/ansible_inventory.yml" ]; then