summaryrefslogtreecommitdiff
path: root/network/cumulus/cl_interface.py
diff options
context:
space:
mode:
Diffstat (limited to 'network/cumulus/cl_interface.py')
-rw-r--r--network/cumulus/cl_interface.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/cumulus/cl_interface.py b/network/cumulus/cl_interface.py
index 3fd87bf9..241a69c7 100644
--- a/network/cumulus/cl_interface.py
+++ b/network/cumulus/cl_interface.py
@@ -151,7 +151,7 @@ cl_interface:
mstpctl_portnetwork: "{{ item.value.mstpctl_portnetwork|default('no') }}"
mstpctl_portadminedge: "{{ item.value.mstpctl_portadminedge|default('no') }}"
mstpctl_bpduguard: "{{ item.value.mstpctl_bpduguard|default('no') }}"
-with_dict: cl_interfaces
+with_dict: "{{ cl_interfaces }}"
notify: reload networking