Update makefile to use latest poetry command syntax
This commit is contained in:
parent
955d7e8a64
commit
43fbb3993b
2
Makefile
2
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
|
||||
|
Reference in New Issue
Block a user