From b5236ddbba4cd65a00909f22dc789383f1aed74a Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sat, 11 Feb 2017 16:39:06 -0800 Subject: [PATCH] makefile to example --- ch12/playbooks/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch12/playbooks/Makefile b/ch12/playbooks/Makefile index 2d63d73..3b7cba5 100644 --- a/ch12/playbooks/Makefile +++ b/ch12/playbooks/Makefile @@ -1,7 +1,7 @@ .PHONY: image vpc vpc: - ansible-playbook ec2-vpc-example.yml + ansible-playbook ec2-example.yml image: ansible-playbook image.yml -- 2.44.0