myos/ansible/install.mk

9 lines
171 B
Makefile
Raw Normal View History

2021-06-16 13:19:52 +02:00
##
# INSTALL
# target install-ansible; Install ansible on local host
.PHONY: install-ansible
install-ansible:
$(if $(shell type -p ansible),,$(RUN) $(INSTALL) ansible)