Ansible lint compliance
This commit is contained in:
parent
81cfe2e347
commit
cb9aef72fc
|
@ -47,7 +47,7 @@ router bgp {{host_ASN}}
|
|||
{% if host_loopback_IP is defined %}
|
||||
network {{host_loopback_IP}}/32
|
||||
{% endif %}
|
||||
{% if bgp_redistribute_connected is defined and bgp_redistribute_connected == True %}
|
||||
{% if bgp_redistribute_connected is defined and bgp_redistribute_connected %}
|
||||
redistribute connected
|
||||
{% endif %}
|
||||
{% if networks_to_announce_ipv4 is defined and networks_to_announce_ipv4 != [] %}
|
||||
|
|
Loading…
Reference in New Issue