mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-14 00:33:02 +02:00
Fix typo
This commit is contained in:
parent
3468d27e61
commit
c00ccfcbec
1 changed files with 1 additions and 1 deletions
|
@ -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') }}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue