From bc01e83b14ff0af371ce971914803e66f65a44ed Mon Sep 17 00:00:00 2001 From: Simone Spinelli <simone.spinelli@geant.org> Date: Mon, 8 Jan 2024 13:48:10 +0100 Subject: [PATCH] Fill galaxy.yaml and changelog --- 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 3d7b4532..455601f4 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,7 @@ # GAP Ansible changelog +1.0.15: +- Add role to do show commands for checking health of the router after installing base config +- Renamed attribute router_vendor to vendor in iptrunk role 1.0.14: - Base-config cleanup 1.0.13: diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 6928d512..1da93d9a 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.14 +version: 1.0.15 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab