mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-19 15:47:11 +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
|
||||
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') }}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue