Fix bare variable references in docs (#5554)

This commit is contained in:
Andrew Gaffney 2016-11-10 12:47:59 -07:00 committed by Matt Clay
parent e45e25c257
commit 2ef59561ba
9 changed files with 10 additions and 10 deletions

View file

@ -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