From e1c4e83f10d5f3b62d6692c507df6ca472877712 Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342.local>
Date: Mon, 29 Jan 2024 12:30:33 +0000
Subject: [PATCH] v1.0.40

iBGP: update playbook name
---
 geant/gap_ansible/CHANGELOG.md | 2 ++
 geant/gap_ansible/galaxy.yml   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md
index af354aea..4a507df7 100644
--- a/geant/gap_ansible/CHANGELOG.md
+++ b/geant/gap_ansible/CHANGELOG.md
@@ -1,4 +1,6 @@
 # GAP Ansible changelog
+1.0.40:
+- Fixed playbook name to align with LSO
 1.0.39:
 - Bug fix in pim template for base-config
 1.0.38:
diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml
index 14e60421..0e3f0aff 100644
--- a/geant/gap_ansible/galaxy.yml
+++ b/geant/gap_ansible/galaxy.yml
@@ -8,7 +8,7 @@ namespace: geant
 name: gap_ansible
 
 # The version of the collection. Must be compatible with semantic versioning
-version: 1.0.39
+version: 1.0.40
 
 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
 readme: README.md
-- 
GitLab