From: Lorin Hochstein Date: Sat, 24 Dec 2016 03:16:00 +0000 (-0800) Subject: add makefile X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=c199ec98649b9c50a00df63d59fe5c884ca7b439;p=ansiblebook.git add makefile --- diff --git a/ch06/playbooks/Makefile b/ch06/playbooks/Makefile new file mode 100644 index 0000000..749917b --- /dev/null +++ b/ch06/playbooks/Makefile @@ -0,0 +1,4 @@ +.PHONY: run + +run: + ansible-playbook mezzanine.yml