Rename init to all in Makefile
This commit is contained in:
parent
c870c2f14e
commit
7df888f633
4
Makefile
4
Makefile
|
@ -1,4 +1,4 @@
|
|||
init: create_venv install_pre_commit install_ansible_galaxy_modules
|
||||
all: create_venv install_pre_commit install_ansible_galaxy_modules
|
||||
|
||||
create_venv:
|
||||
python3 -m venv venv
|
||||
|
@ -9,4 +9,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