mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-12-22 05:52:00 +01:00
6 lines
94 B
Makefile
6 lines
94 B
Makefile
|
dry-run:
|
||
|
ansible-playbook playbook.yaml --check --diff
|
||
|
|
||
|
run:
|
||
|
ansible-playbook playbook.yaml
|