fix OSPF When check
This commit is contained in:
parent
2cee161e67
commit
68bf1f1837
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 > 0
|
||||
when: (calico_ospf_peers is defined and calico_ospf_peers|length > 0)
|
||||
|
||||
- meta: flush_handlers
|
||||
|
||||
|
|
Loading…
Reference in a new issue