5 lines
62 B
Makefile
5 lines
62 B
Makefile
.PHONY: all
|
|
|
|
all:
|
|
ansible-playbook -i hosts.ini playbook.yml
|