Files
algo/roles
1ea11eefb9 fix: GCE region selection displays complete names instead of characters (#14953)
The Jinja2 template was building a string that looked like a list
instead of an actual list. When Ansible iterated over this string,
it yielded one character per iteration, causing the region prompt
to display:
  1. [
  2. '
  3. a
  ...

Now follows the pattern used by other cloud providers (EC2, DigitalOcean,
etc.) by storing region objects directly and accessing .name property.

Fixes #14944

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 23:09:15 -05:00
..