diff --git a/Makefile b/Makefile index 4c47f67..43e4e46 100644 --- a/Makefile +++ b/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 \ No newline at end of file + venv/bin/ansible-galaxy collection install community.general