From: Lorin Hochstein Date: Sun, 5 Feb 2017 21:41:58 +0000 (-0800) Subject: add local X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=9cfcbb6f592c0e6e68e497531a895c4482fc8693;p=ansiblebook.git add local --- 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