mirror of
https://github.com/Crocmagnon/ansible.git
synced 2025-04-27 10:55:26 +02:00
5 lines
94 B
Makefile
5 lines
94 B
Makefile
dry-run:
|
|
ansible-playbook playbook.yaml --check --diff
|
|
|
|
run:
|
|
ansible-playbook playbook.yaml
|