From 39c19d6c299623be195423d5e58b9250de3526f5 Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <ak@geant.org>
Date: Wed, 8 Jan 2025 13:25:34 +0000
Subject: [PATCH] v1.1.25

---
 geant/gap_ansible/CHANGELOG.md | 3 +++
 geant/gap_ansible/galaxy.yml   | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md
index 47d198d3..55b91abf 100644
--- a/geant/gap_ansible/CHANGELOG.md
+++ b/geant/gap_ansible/CHANGELOG.md
@@ -1,4 +1,7 @@
 # GAP Ansible changelog
+1.1.25 2025-01-08
+- `promote_p_to_pe`: bugfixes in `ansible_host` settings within the role.
+
 1.1.24 2024-12-13
 - `po_prefix_lists`: bgpq command is a var with the value set to `bgpq3` in the roles vars.
 
diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml
index 4a077406..9edddc20 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.1.24
+version: 1.1.25
 
 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
 readme: README.md
-- 
GitLab