From 021991e5cb1fb84857f8aa69566d38200510d53f Mon Sep 17 00:00:00 2001
From: uvok cheetah
Date: Sat, 6 Jul 2024 15:40:47 +0200
Subject: bird: fix whitespace

---
 roles/uvok_bird/templates/bird.conf.j2 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'roles')

diff --git a/roles/uvok_bird/templates/bird.conf.j2 b/roles/uvok_bird/templates/bird.conf.j2
index 82452a0..dc45183 100644
--- a/roles/uvok_bird/templates/bird.conf.j2
+++ b/roles/uvok_bird/templates/bird.conf.j2
@@ -7,10 +7,10 @@ router id OWNIP;
 
 include "/etc/bird/common.conf";
 
-{% if uvok_bird_opts.dn42 %}
+{% if uvok_bird_opts.dn42 -%}
 include "/etc/bird/dn42.conf";
-{% endif %}
+{%- endif -%}
 
-{% if uvok_bird_opts.clearnet %}
+{% if uvok_bird_opts.clearnet -%}
 include "/etc/bird/clearnet.conf";
-{% endif %}
+{%- endif -%}
-- 
cgit v1.2.3