mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
cache plugins: use f-strings (#9320)
* cache plugins: use f-strings * add changelog frag
This commit is contained in:
parent
c7edf0a87b
commit
cb2cd00cd1
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