From 9219775933e4c715bd006d21978ff65acc9a8ebe Mon Sep 17 00:00:00 2001 From: zuccs Date: Tue, 6 Nov 2018 02:35:01 +1100 Subject: [PATCH] Fix typo (#1165) --- 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 ff3d23e3..1c98c5ac 100644 --- a/roles/cloud-lightsail/tasks/prompts.yml +++ b/roles/cloud-lightsail/tasks/prompts.yml @@ -30,7 +30,7 @@ region: us-east-1 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') }}"