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