From 22c970d9b4e6f3a2c780d70f546f8794a1d4a323 Mon Sep 17 00:00:00 2001 From: Jeltz Date: Sun, 7 Mar 2021 23:49:37 +0100 Subject: [PATCH] Add missing ';' in bird config --- roles/bird/templates/bird.conf.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/bird/templates/bird.conf.j2 b/roles/bird/templates/bird.conf.j2 index cff6d12..7109d0c 100644 --- a/roles/bird/templates/bird.conf.j2 +++ b/roles/bird/templates/bird.conf.j2 @@ -35,9 +35,8 @@ protocol ospf { cost {{ attrs.cost }}; {% endif %} }; - {% endfor %} - } + }; }; {% endif %}