From: Lorin Hochstein Date: Sat, 11 Feb 2017 23:57:38 +0000 (-0800) Subject: update example X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=f42f7628d45e12c42fb5646cfee80f4d15257a03;p=ansiblebook.git update example --- diff --git a/ch12/playbooks/ec2-vpc-example.yml b/ch12/playbooks/ec2-vpc-example.yml index ac938c5..5d73109 100755 --- a/ch12/playbooks/ec2-vpc-example.yml +++ b/ch12/playbooks/ec2-vpc-example.yml @@ -87,7 +87,7 @@ cidr_ip: 0.0.0.0/0 - name: Get the ubuntu xenial ebs ssd AMI ec2_ami_find: - name: "ubuntu/images/ebs-ssd/ubuntu-xenial-16.04-amd64-server-*" + name: "ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-*" region: "{{ region }}" sort: name sort_order: descending