Skip to content

Commit

Permalink
issue #91 - use uuid as loop label if no descr is provided
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes committed Aug 12, 2024
1 parent ea9a4df commit eba0819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/filter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
with_items:
- "{{ opn_filter | default([]) + opn_vlan_filter | default([]) }}"
loop_control:
label: "{{ _filter.descr }}"
label: "{{ _filter.descr | default(_filter.uuid) }}"
loop_var: _filter

...

0 comments on commit eba0819

Please sign in to comment.