summaryrefslogtreecommitdiff
path: root/roles/vm/host/network/templates/interfaces.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/vm/host/network/templates/interfaces.j2')
-rw-r--r--roles/vm/host/network/templates/interfaces.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/vm/host/network/templates/interfaces.j2 b/roles/vm/host/network/templates/interfaces.j2
index fe57a024..004c1f96 100644
--- a/roles/vm/host/network/templates/interfaces.j2
+++ b/roles/vm/host/network/templates/interfaces.j2
@@ -60,7 +60,7 @@ iface {{ interface.name }} inet6 static
{% endfor %}
-{% for parent in network.vlans | default({}) | list | sort %}
+{% for parent in (network.vlans | default({}) | list | sort) %}
## vlan interfaces @ {{ parent }}
{% for vlan in network.vlans[parent] %}