From c199ec98649b9c50a00df63d59fe5c884ca7b439 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Fri, 23 Dec 2016 19:16:00 -0800 Subject: [PATCH] add makefile --- ch06/playbooks/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ch06/playbooks/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 -- 2.44.0