From 145880f85aeac33f3987b4da7f1a59098194ac03 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sat, 11 Feb 2017 12:14:46 -0800 Subject: [PATCH] Add vpc target --- ch12/playbooks/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ch12/playbooks/Makefile b/ch12/playbooks/Makefile index 8e80d36..766dfd2 100644 --- a/ch12/playbooks/Makefile +++ b/ch12/playbooks/Makefile @@ -1,4 +1,7 @@ -.PHONY: image +.PHONY: image vpc + +vpc: + ansible-playbook create-vpc.yml image: ansible-playbook image.yml -- 2.44.0