From ec8941c668ee9177a5b8c537ad70d6cfe7a65c14 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sun, 8 Feb 2015 17:09:10 -0500 Subject: [PATCH] minor name change --- ch12/playbooks/ec2-example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch12/playbooks/ec2-example.yml b/ch12/playbooks/ec2-example.yml index edba053..8b72552 100644 --- a/ch12/playbooks/ec2-example.yml +++ b/ch12/playbooks/ec2-example.yml @@ -33,7 +33,7 @@ from_port: 22 to_port: 22 cidr_ip: 0.0.0.0/0 - - name: group to allow outbound connections to the internet + - name: outbound group ec2_group: name: outbound description: allow outbound connections to the internet -- 2.44.0