fabric: make some space
Oops, missed a spot.
This commit is contained in:
parent
a4c6ac04fb
commit
ed0f4b4bff
|
@ -30,7 +30,7 @@ iface {{ iface.name }}
|
|||
|
||||
{#- If the peer has a bond with the same name, generate and set a clag-id for the bond. #}
|
||||
{# Don’t set a clag-id for the peerlink (i.e. bond where a member connects to the peer switch). #}
|
||||
{% if peer is defined and members | iface_peer | reject('eq', peer)%}
|
||||
{% if peer is defined and members | iface_peer | reject('eq', peer) %}
|
||||
{% set peer_members = hostvars[peer].interfaces
|
||||
| selectattr('lag')
|
||||
| selectattr('lag.name', '==', iface.name) %}
|
||||
|
|
Loading…
Reference in a new issue