summaryrefslogtreecommitdiffstats
path: root/molecule/ubuntu
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-09-23 12:41:14 +0200
committerAhmed Abdelhalim <[email protected]>2025-09-23 12:43:54 +0200
commit889bc61b6ca572e1f3718d8b1723248c73e747e4 (patch)
treec228694051b8a19cf8f22c47160f6fa34ef8bee8 /molecule/ubuntu
parentd1853692be4764d26f78c3ad86704f737dc5d141 (diff)
Use static values for defaults instead of ansible vars
The ansible vars fail on CI because the validate arguments task runs way before the setting of the variables, which causes the ansible undefined vars on CI to cause errors. This is a way better approach of having the static values as defaults and allowing setting the variables to ansible vars in the host/group vars
Diffstat (limited to 'molecule/ubuntu')
-rw-r--r--molecule/ubuntu/converge.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/molecule/ubuntu/converge.yml b/molecule/ubuntu/converge.yml
index ded641cd..0ee35653 100644
--- a/molecule/ubuntu/converge.yml
+++ b/molecule/ubuntu/converge.yml
@@ -14,7 +14,6 @@
wireguard_autostart_connection: ""
gateway_enabled: false
gateway_local_ipv4_subnet: "10.0.0.0/24"
- gateway_router_interface: "eth0"
python_global_version: "3.13"
python_versions:
- "3.13"