mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-21 23:08:01 +01:00
update makefile
This commit is contained in:
parent
e76097b206
commit
13fc53a3ea
1 changed files with 4 additions and 2 deletions
6
Makefile
6
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
|
||||
|
|
Loading…
Reference in a new issue