From: Lorin Hochstein Date: Sat, 11 Feb 2017 06:18:30 +0000 (-0800) Subject: makefile X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=051002bf2020fd138ffb5a4a97209204fb390c4e;p=ansiblebook.git makefile --- diff --git a/ch12/playbooks/Makefile b/ch12/playbooks/Makefile new file mode 100644 index 0000000..8e80d36 --- /dev/null +++ b/ch12/playbooks/Makefile @@ -0,0 +1,4 @@ +.PHONY: image + +image: + ansible-playbook image.yml