update makefile

This commit is contained in:
Gabriel Augendre 2024-10-09 22:55:48 +02:00
parent e76097b206
commit 13fc53a3ea

View file

@ -1,5 +1,7 @@
.PHONY: dry-run
dry-run: dry-run:
ansible-playbook playbook.yaml --check --diff ansible-playbook playbooks/*.yaml --check --diff
.PHONY: run
run: run:
ansible-playbook playbook.yaml ansible-playbook playbooks/*.yaml