From fd2676711291beb8312a0d8ef5d989303e00de5d Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342.local> Date: Mon, 26 Feb 2024 13:54:06 +0000 Subject: [PATCH] v1.0.49 --- 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 3794ad0f..24d2d8fb 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,6 @@ # GAP Ansible changelog +1.0.49: +- get rid of the hardcoded `remote_user` in playbooks. 1.0.48: - fix PIM fw filter - add redundancy rollback config diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index c5fb0184..ecd70bf6 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.48 +version: 1.0.49 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab