From 6e481c60acbe78b2d084f6efb3ec6e3a9f559214 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Mon, 6 Feb 2017 19:57:50 -0800 Subject: [PATCH] update makefile --- ch13/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ch13/Makefile b/ch13/Makefile index 726a4e0..6eaba46 100644 --- a/ch13/Makefile +++ b/ch13/Makefile @@ -1,4 +1,7 @@ -.PHONY: start publish build local facts deploy +.PHONY: start publish build local facts deploy ghost + +ghost: + ansible-playbook deploy.yml -l ghost deploy: ansible-playbook deploy.yml -- 2.44.0