1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-29 18:50:08 +03:00

M #-: OneProvision: FRR role - remove useless line (#1983)

This commit is contained in:
Jan Orel 2022-04-28 12:29:16 +02:00 committed by GitHub
parent 963f4a2a01
commit cd18e0826c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,6 @@
src: bgpd_rr.conf.j2
dest: /etc/frr/bgpd.conf
when:
- vars['ansible_' + frr_iface].ipv4 is defined
- vars['ansible_' + frr_iface].ipv4.address is defined
- vars['ansible_' + frr_iface].ipv4.address in rr_servers
@ -65,7 +64,6 @@
src: bgpd.conf.j2
dest: /etc/frr/bgpd.conf
when:
- vars['ansible_' + frr_iface].ipv4 is defined
- vars['ansible_' + frr_iface].ipv4.address is defined
- not vars['ansible_' + frr_iface].ipv4.address in rr_servers