makefile to example
authorLorin Hochstein <lhochstein@netflix.com>
Sun, 12 Feb 2017 00:39:06 +0000 (16:39 -0800)
committerLorin Hochstein <lhochstein@netflix.com>
Sun, 12 Feb 2017 00:39:06 +0000 (16:39 -0800)
ch12/playbooks/Makefile

index 2d63d73..3b7cba5 100644 (file)
@@ -1,7 +1,7 @@
 .PHONY: image vpc
 
 vpc:
-       ansible-playbook ec2-vpc-example.yml
+       ansible-playbook ec2-example.yml
 
 image:
        ansible-playbook image.yml