Skip to content

Commit

Permalink
M #-: OneProvision: FRR role - remove useless line (#1983)
Browse files Browse the repository at this point in the history
  • Loading branch information
xorel authored Apr 28, 2022
1 parent 963f4a2 commit cd18e08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions share/oneprovision/ansible/roles/frr/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit cd18e08

Please sign in to comment.