From 13fc53a3ea30af8125880a0a165c707a1effa157 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 9 Oct 2024 22:55:48 +0200 Subject: [PATCH] update makefile --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9fc7bc8..cf1dda4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ +.PHONY: dry-run dry-run: - ansible-playbook playbook.yaml --check --diff + ansible-playbook playbooks/*.yaml --check --diff +.PHONY: run run: - ansible-playbook playbook.yaml + ansible-playbook playbooks/*.yaml