OSPF fix condition for OSPF export
This commit is contained in:
parent
4aa208d58c
commit
39915aec55
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
|||
}'
|
||||
delegate_to: "{{groups['etcd'][0]}}"
|
||||
with_items: calico_ospf_peers
|
||||
when: calico_ospf_peers|length > 1
|
||||
when: calico_ospf_peers|length > 0
|
||||
|
||||
- meta: flush_handlers
|
||||
|
||||
|
|
Loading…
Reference in a new issue