OSPF fix condition for OSPF export

This commit is contained in:
nhaveric 2017-04-24 15:18:13 +02:00 committed by eviln1
parent 4aa208d58c
commit 39915aec55

View file

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