From 1e30bca86f5445437667c85b160bdbf7a7c59822 Mon Sep 17 00:00:00 2001 From: Martin Pietsch <martin.pietsch@tu-dresden.de> Date: Wed, 26 Jan 2022 13:19:25 +0100 Subject: [PATCH] completed changelogs --- CHANGELOG.rst | 1 + changelogs/changelog.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0f65dd6..1cc5c18 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -112,3 +112,4 @@ Bugfixes -------- - executing meta 'flush_handlers' fails +- role variables from role variable cache of host are not avialable diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 87eec04..38de97e 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -73,6 +73,7 @@ releases: changes: bugfixes: - executing meta 'flush_handlers' fails + - role variables from role variable cache of host are not avialable release_date: '2022-01-26' -- GitLab