mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-10 12:40:31 -07:00
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>
3 lines
317 B
YAML
3 lines
317 B
YAML
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).
|