5 lines
82 B
Makefile
5 lines
82 B
Makefile
|
run:
|
||
|
ansible-playbook playbooks/setup.yml -i inventory/hosts.yml -K
|
||
|
|
||
|
.PHONY: run
|