Files
algo/roles
Florian KinderandGitHub b6304efa36 Fix Vultr regions string conversion bug (#14852)
The "Format regions" task was converting region dictionaries to strings
using {{ v }} in a Jinja2 loop, which caused the subsequent sort() to
fail with "object of type 'str' has no attribute 'country'".

Changed to directly assign the regions array from the API response,
preserving the dictionary objects with their country, city, id, and
other attributes.

Fixes the error: "object of type 'str' has no attribute 'country'"
when provisioning Vultr servers.
2025-11-25 14:12:46 -05:00
..