typo, no biggie (#23)
https://knowyourmeme.com/memes/but-its-honest-work
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
ami_id: ami-096fda3c22c1c990a
|
||||
when: aws_region == "us-east-1"
|
||||
|
||||
- name: Setting the correct AMI per us-east-1
|
||||
- name: Setting the correct AMI per us-west-1
|
||||
set_fact:
|
||||
ami_id: ami-09d9c5cdcfb8fc655
|
||||
when: aws_region == "us-west-1"
|
||||
@@ -55,4 +55,4 @@
|
||||
image_id: "{{ ami_id }}"
|
||||
wait: yes
|
||||
name: "{{ instance_name }}"
|
||||
register: ec2
|
||||
register: ec2
|
||||
|
||||
Reference in New Issue
Block a user