WIP: Linting #128
4
Makefile
4
Makefile
|
@ -1,4 +1,4 @@
|
||||||
all: create_venv install_pre_commit install_ansible_galaxy_modules
|
init: create_venv install_pre_commit install_ansible_galaxy_modules
|
||||||
|
|
||||||
create_venv:
|
create_venv:
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
|
@ -9,4 +9,4 @@ install_pre_commit:
|
||||||
venv/bin/pre-commit install
|
venv/bin/pre-commit install
|
||||||
|
|
||||||
install_ansible_galaxy_modules:
|
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