mirror of
https://github.com/Crocmagnon/ansible.git
synced 2025-01-22 05:03:34 +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
|