mirror of
https://github.com/trailofbits/algo
synced 2024-11-13 19:12:06 +00:00
Only offer available DigitalOcean regions (#14447)
This commit is contained in:
parent
9f241b1886
commit
c0968a8fdb
@ -24,7 +24,7 @@
|
||||
|
||||
- name: Set facts about the regions
|
||||
set_fact:
|
||||
do_regions: "{{ _do_regions.json.regions | sort(attribute='slug') }}"
|
||||
do_regions: "{{ _do_regions.json.regions | selectattr('available', 'true') | sort(attribute='slug') }}"
|
||||
|
||||
- name: Set default region
|
||||
set_fact:
|
||||
|
Loading…
Reference in New Issue
Block a user