Skip to content

Commit

Permalink
#107 / #108 - set sane defaults for opn_vlans
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes committed Dec 2, 2024
1 parent 8bd29d7 commit 4d201e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/vlans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- name: vlans - process vlans
ansible.builtin.include_tasks: vlansdo.yml
with_items:
- "{{ opn_vlans }}"
- "{{ opn_vlans | default([]) }}"
loop_control:
label: "{{ _vlan.tag }}"
loop_var: _vlan

0 comments on commit 4d201e4

Please sign in to comment.