From 9c5cc4e4c0b3705f5e9eb197e90c0960fbdeb961 Mon Sep 17 00:00:00 2001 From: dlemons-redhat <69318976+dlemons-redhat@users.noreply.github.com> Date: Wed, 31 Aug 2022 18:48:48 -0400 Subject: [PATCH] typo, no biggie (#23) https://knowyourmeme.com/memes/but-its-honest-work --- playbooks/infrastructure/aws_provision_vm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/infrastructure/aws_provision_vm.yml b/playbooks/infrastructure/aws_provision_vm.yml index 23b86c2..c70739e 100644 --- a/playbooks/infrastructure/aws_provision_vm.yml +++ b/playbooks/infrastructure/aws_provision_vm.yml @@ -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 \ No newline at end of file + register: ec2