mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-21 14:58:02 +01:00
5 lines
94 B
Makefile
5 lines
94 B
Makefile
dry-run:
|
|
ansible-playbook playbook.yaml --check --diff
|
|
|
|
run:
|
|
ansible-playbook playbook.yaml
|