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