diff --git a/Makefile b/Makefile index 225f02c..aeabc01 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ clean: rm --recursive --force .tox/ dev: - @poetry install --remove-untracked + @poetry install --sync @poetry run pre-commit install @poetry run ansible-galaxy collection install --requirements-file ./requirements.yaml --collections-path ./.ansible @bash ./link-local-collections.sh