From 229ce75a39b7b2209837427f9f3551fb0a350718 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 6 Oct 2023 18:20:53 +0200 Subject: [PATCH] Fix the netplan template --- templates/70-ansible.yaml.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/70-ansible.yaml.j2 b/templates/70-ansible.yaml.j2 index fa1a437..6909e92 100644 --- a/templates/70-ansible.yaml.j2 +++ b/templates/70-ansible.yaml.j2 @@ -5,3 +5,5 @@ network: {{ int.name }}: dhcp4: {{ int.dhcp4 }} mtu: {{ int.mtu }} +{% endfor %} +