From: Lorin Hochstein Date: Sun, 8 Feb 2015 22:09:10 +0000 (-0500) Subject: minor name change X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=ec8941c668ee9177a5b8c537ad70d6cfe7a65c14;p=ansiblebook.git minor name change --- 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