From 051002bf2020fd138ffb5a4a97209204fb390c4e Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Fri, 10 Feb 2017 22:18:30 -0800 Subject: [PATCH] makefile --- ch12/playbooks/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ch12/playbooks/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 -- 2.44.0