From 9cfcbb6f592c0e6e68e497531a895c4482fc8693 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sun, 5 Feb 2017 13:41:58 -0800 Subject: [PATCH] add local --- ch13/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ch13/Makefile b/ch13/Makefile index e5d5212..6c863f7 100644 --- a/ch13/Makefile +++ b/ch13/Makefile @@ -1,4 +1,7 @@ -.PHONY: start publish build local +.PHONY: start publish build local facts + +facts: + ansible-playbook image-facts.yml local: ansible-playbook publish-local.yml -- 2.44.0