Ansible lint compliance

This commit is contained in:
Cory 2021-03-05 12:08:31 +10:30
parent 81cfe2e347
commit cb9aef72fc
1 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ router bgp {{host_ASN}}
{% if host_loopback_IP is defined %} {% if host_loopback_IP is defined %}
network {{host_loopback_IP}}/32 network {{host_loopback_IP}}/32
{% endif %} {% endif %}
{% if bgp_redistribute_connected is defined and bgp_redistribute_connected == True %} {% if bgp_redistribute_connected is defined and bgp_redistribute_connected %}
redistribute connected redistribute connected
{% endif %} {% endif %}
{% if networks_to_announce_ipv4 is defined and networks_to_announce_ipv4 != [] %} {% if networks_to_announce_ipv4 is defined and networks_to_announce_ipv4 != [] %}