This commit is contained in:
zuccs 2018-11-06 02:35:01 +11:00 committed by Jack Ivanov
parent 0b9deb6a5c
commit 9219775933

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