Add environment check to collection linking script

This commit is contained in:
2021-12-23 23:23:03 -05:00
parent 9cd0cfcb4f
commit 7bb00a3586
2 changed files with 15 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ clean:
rm --recursive --force .ansible/
dev:
poetry install --remove-untracked
poetry run pre-commit install
poetry run ansible-galaxy collection install --requirements-file ./requirements.yaml --collections-path ./.ansible
./dynamically-link-local-collections.bash
@poetry install --remove-untracked
@poetry run pre-commit install
@poetry run ansible-galaxy collection install --requirements-file ./requirements.yaml --collections-path ./.ansible
@bash ./link-local-collections.sh