From f5bdb07b15704a7cee3242a13486d113e4a92c61 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Fri, 13 Dec 2024 14:54:45 +0000 Subject: [PATCH] v1.1.24 --- 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 649a93e6..47d198d3 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,7 @@ # GAP Ansible changelog +1.1.24 2024-12-13 +- `po_prefix_lists`: bgpq command is a var with the value set to `bgpq3` in the roles vars. + 1.1.23 2024-12-13 - Refactoring extra_vars in relation to `gs_id` and `ga_id`. - `edge_port` diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 515d2f08..4a077406 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.23 +version: 1.1.24 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab