From 1c96cdf73403c4bc43bc115585fc147c78ce5e19 Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342-AKURBATOV.local>
Date: Thu, 29 Aug 2024 18:13:02 +0100
Subject: [PATCH] fix typo in bgp neighbor template

---
 .../templates/routers/nokia/router/bgp_neighbor.j2              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geant/gap_ansible/roles/promote_p_to_pe/templates/routers/nokia/router/bgp_neighbor.j2 b/geant/gap_ansible/roles/promote_p_to_pe/templates/routers/nokia/router/bgp_neighbor.j2
index debe6613..837bc54a 100644
--- a/geant/gap_ansible/roles/promote_p_to_pe/templates/routers/nokia/router/bgp_neighbor.j2
+++ b/geant/gap_ansible/roles/promote_p_to_pe/templates/routers/nokia/router/bgp_neighbor.j2
@@ -4,7 +4,7 @@
                     <description>{{ neighbor.description }}</description>
                     <group>{{ neighbor.group }}</group>
                   {% if neighbor.auth_key is defined %}
-                    <authentication-key>{{ neighbor.auth_key }</authentication-key>
+                    <authentication-key>{{ neighbor.auth_key }}</authentication-key>
                   {% endif %}
                   {% if neighbor.hold_time is defined %}
                     <hold-time>
-- 
GitLab