fixing little things

This commit is contained in:
n0mad1k
2025-05-14 13:22:04 -04:00
parent 5fbdab4971
commit a824b34308
6 changed files with 265 additions and 110 deletions
-2
View File
@@ -8,8 +8,6 @@
vars_files:
- vars.yaml
vars:
# Handle both region and selected_region for backward compatibility
selected_region: "{{ selected_region | default(region) | default(linode_region) | default(region_choices | random) }}"
# Use constant values directly to avoid recursive template resolution
redirector_image_static: "linode/debian12"