This commit is contained in:
zuccs 2018-10-25 11:43:03 +11:00 committed by GitHub
parent 3468d27e61
commit c00ccfcbec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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') }}"