mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-21 23:08:01 +01:00
7 lines
128 B
Makefile
7 lines
128 B
Makefile
.PHONY: dry-run
|
|
dry-run:
|
|
ansible-playbook playbooks/*.yaml --check --diff
|
|
|
|
.PHONY: run
|
|
run:
|
|
ansible-playbook playbooks/*.yaml
|