From cfbd7038a8c8f609eb7cf41cd1af74e65f2579a1 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 11 Jun 2024 00:47:37 +0200 Subject: fix ubuntu installer network config --- roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2') diff --git a/roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2 b/roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2 index 8857cf2d..1de70b70 100644 --- a/roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2 +++ b/roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2 @@ -19,7 +19,7 @@ autoinstall: {% else %} addresses: - {{ network.primary.address }} -{% if 'gataway' in network.primary %} +{% if 'gateway' in network.primary %} routes: - to: default via: {{ network.primary.gateway }} -- cgit v1.2.3