diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 0f65dd68a39cf7e2400f43e7928dfaacd022c2de..1cc5c18447339af7535b1a957603203c6297015c 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 87eec04dcda0df0e49ed7164ac24946cd6237eae..38de97efa29bc97aaf0a32bef0e43ac3fd6e3d5f 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'