mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 08:01:24 -07:00
[PR #9320/cb2cd00c backport][stable-10] cache plugins: use f-strings (#9331)
cache plugins: use f-strings (#9320)
* cache plugins: use f-strings
* add changelog frag
(cherry picked from commit cb2cd00cd1
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
2499c1132d
commit
3c6131b451
3 changed files with 7 additions and 4 deletions
3
changelogs/fragments/9320-fstr-cache-plugins.yml
Normal file
3
changelogs/fragments/9320-fstr-cache-plugins.yml
Normal 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).
|
Loading…
Add table
Add a link
Reference in a new issue