cache plugins: use f-strings (#9320)

* cache plugins: use f-strings

* add changelog frag
This commit is contained in:
Alexei Znamensky
2024-12-23 22:02:58 +13:00
committed by GitHub
parent c7edf0a87b
commit cb2cd00cd1
3 changed files with 7 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
minor_changes:
- memcached cache plugin - use f-strings instead of interpolations or ``format`` (https://github.com/ansible-collections/community.general/pull/9320).
- redis cache plugin - use f-strings instead of interpolations or ``format`` (https://github.com/ansible-collections/community.general/pull/9320).