From: Lorin Hochstein Date: Sat, 11 Feb 2017 20:14:46 +0000 (-0800) Subject: Add vpc target X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=145880f85aeac33f3987b4da7f1a59098194ac03;p=ansiblebook.git Add vpc target --- 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