skylab
/
skylab-ansible
Archived
2
0
Fork 0

Update makefile to use latest poetry command syntax

This commit is contained in:
Ethan Paul 2023-03-19 01:45:23 -04:00
parent 955d7e8a64
commit 43fbb3993b
Signed by: enpaul
GPG Key ID: 9B6D99E4CFA31867
1 changed files with 1 additions and 1 deletions

View File

@ -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