From 7dd9ed444ca989a07e6e3571487ba9450e08bc36 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342.local> Date: Tue, 18 Jun 2024 12:56:30 +0100 Subject: [PATCH] v1.0.74 --- 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 ee3fed7a..b8616b7d 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,6 @@ # GAP Ansible changelog +1.0.74: +- bugfixes in `iptrunk` role for removed interfaces. 1.0.73: - bugfixes in `iptrunk` role for Juniper. 1.0.72: diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 082e114d..fcd02aeb 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.73 +version: 1.0.74 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab