[quagga] Fix comments in bgpd and zebra config

certbot_on_virtu
_benjamin 2020-04-20 08:32:47 +02:00
parent c9f6007c43
commit abc7e9e2fb
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
! {{ ansible_header | comment }}
{{ ansible_header | comment(decoration='! ') }}
router bgp {{ bgp.as }}
no synchronization

View File

@ -1,4 +1,4 @@
! {{ ansible_header | comment }}
{{ ansible_header | comment(decoration='! ') }}
hostname zebra
password {{ zebra.password }}

View File

@ -1,4 +1,4 @@
! {{ ansible_header | comment }}
{{ ansible_header | comment(decoration='! ') }}
router bgp {{ bgp.as }}
no synchronization

View File

@ -1,4 +1,4 @@
! {{ ansible_header | comment }}
{{ ansible_header | comment(decoration='! ') }}
hostname zebra
password {{ zebra.password }}