From cec15f231bfcd9a6c55fbffcb7d297a36f75211d Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Sun, 6 Sep 2026 20:31:09 +0100 Subject: makefile target to install requirements --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 0573fd0..a32dc86 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,6 @@ all: ansible-playbook -i inventory.yml playbook.yml + +.PHONY: install_requirements +install_requirements: + ansible-galaxy install -r requirements.yml -- cgit v1.2.3