WIP: Linting #128
6
Makefile
6
Makefile
|
@ -1,3 +1,7 @@
|
|||
# Makefile for initializing pre-commit hooks
|
||||
|
||||
all: init
|
||||
|
||||
init: create_venv install_pre_commit install_ansible_galaxy_modules
|
||||
|
||||
create_venv:
|
||||
|
@ -9,4 +13,4 @@ install_pre_commit:
|
|||
venv/bin/pre-commit install
|
||||
|
||||
install_ansible_galaxy_modules:
|
||||
venv/bin/ansible-galaxy collection install community.general
|
||||
venv/bin/ansible-galaxy collection install community.general
|
||||
|
|
Loading…
Reference in a new issue