From 212a2a579ed2790591438dbfeccc0c9a02bc439d Mon Sep 17 00:00:00 2001 From: Sam Al-Sapti Date: Sat, 26 Nov 2022 21:40:21 +0100 Subject: [PATCH] Revert "Rename init to all in Makefile" This reverts commit 7df888f633db748dd7b7aa54eca418515a72dc91. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 43e4e46..4c47f67 100644 --- a/Makefile +++ b/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: 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 \ No newline at end of file