[quagga] Fix comments in bgpd and zebra config
parent
c9f6007c43
commit
abc7e9e2fb
|
@ -1,4 +1,4 @@
|
|||
! {{ ansible_header | comment }}
|
||||
{{ ansible_header | comment(decoration='! ') }}
|
||||
|
||||
router bgp {{ bgp.as }}
|
||||
no synchronization
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
! {{ ansible_header | comment }}
|
||||
{{ ansible_header | comment(decoration='! ') }}
|
||||
|
||||
hostname zebra
|
||||
password {{ zebra.password }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
! {{ ansible_header | comment }}
|
||||
{{ ansible_header | comment(decoration='! ') }}
|
||||
|
||||
router bgp {{ bgp.as }}
|
||||
no synchronization
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
! {{ ansible_header | comment }}
|
||||
{{ ansible_header | comment(decoration='! ') }}
|
||||
|
||||
hostname zebra
|
||||
password {{ zebra.password }}
|
||||
|
|
Loading…
Reference in New Issue