diff --git a/Makefile b/Makefile index 7025ed5..cbdaca3 100644 --- a/Makefile +++ b/Makefile @@ -2,4 +2,6 @@ export SHELL = /bin/bash ansible-collection: + rm -rf .collections/ + mkdir .collections/ ansible-galaxy collection install -p .collections/ -r requirements.yml