split make files in myos project and install files in yaip project
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
##
|
||||
# INSTALL
|
||||
|
||||
# target install-ansible; Install ansible on local host
|
||||
.PHONY: install-ansible
|
||||
install-ansible:
|
||||
$(if $(shell type -p ansible),,$(RUN) $(INSTALL) ansible)
|
||||
|
||||
Reference in New Issue
Block a user