From c00ccfcbec37169134bba2f4563dff8b9a1faeb0 Mon Sep 17 00:00:00 2001 From: zuccs Date: Thu, 25 Oct 2018 11:43:03 +1100 Subject: [PATCH] Fix typo --- roles/cloud-lightsail/tasks/prompts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/cloud-lightsail/tasks/prompts.yml b/roles/cloud-lightsail/tasks/prompts.yml index de6a02d9..ece863c2 100644 --- a/roles/cloud-lightsail/tasks/prompts.yml +++ b/roles/cloud-lightsail/tasks/prompts.yml @@ -29,7 +29,7 @@ aws_secret_key: "{{ secret_key }}" register: _lightsail_regions - - name: Set facts about thre regions + - name: Set facts about the regions set_fact: lightsail_regions: "{{ _lightsail_regions.results.regions | sort(attribute='name') }}"