From 2f50816b51f72fe0c7f4992f77174e1c45ccaec2 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sun, 5 Feb 2017 21:10:24 -0800 Subject: [PATCH] add deploy target --- ch13/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ch13/Makefile b/ch13/Makefile index 6c863f7..726a4e0 100644 --- a/ch13/Makefile +++ b/ch13/Makefile @@ -1,4 +1,7 @@ -.PHONY: start publish build local facts +.PHONY: start publish build local facts deploy + +deploy: + ansible-playbook deploy.yml facts: ansible-playbook image-facts.yml -- 2.44.0