From 5568254ddb508a2508d7fd458ebf0cbf7f4a9cf8 Mon Sep 17 00:00:00 2001 From: Sam Al-Sapti Date: Sat, 26 Nov 2022 21:54:11 +0100 Subject: [PATCH] Add all: init --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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