mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 06:33:56 +02:00
Fix typo (#1165)
This commit is contained in:
parent
30446d0363
commit
2b2d90a8a9
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