This commit is contained in:
zuccs 2018-11-06 02:35:01 +11:00 committed by Jack Ivanov
parent 30446d0363
commit 2b2d90a8a9

View file

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