This repository has been archived on 2023-05-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
skylab-ansible/Makefile

10 lines
297 B
Makefile
Raw Normal View History

clean:
rm --recursive --force .ansible/
rm --recursive --force .tox/
dev:
@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