mirror of
https://github.com/Crocmagnon/ansible.git
synced 2025-04-04 16:16:22 +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
|