mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-15 09:13:01 +02:00
Fix typo (#1165)
This commit is contained in:
parent
0b9deb6a5c
commit
9219775933
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
region: us-east-1
|
region: us-east-1
|
||||||
register: _lightsail_regions
|
register: _lightsail_regions
|
||||||
|
|
||||||
- name: Set facts about thre regions
|
- name: Set facts about the regions
|
||||||
set_fact:
|
set_fact:
|
||||||
lightsail_regions: "{{ _lightsail_regions.results.regions | sort(attribute='name') }}"
|
lightsail_regions: "{{ _lightsail_regions.results.regions | sort(attribute='name') }}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue