diff --git a/Makefile b/Makefile index b731dfa..64ce4f6 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ help: @printf "%s\n" "make help Show help" test: - docker run --rm \ + docker run --rm --pull=always \ -v ${PWD}:/etc/ansible/roles/rolename \ --workdir /etc/ansible/roles/rolename/tests \ flaconi/ansible:${ANSIBLE_VERSION} ./support/run-tests.sh