replace concatenations with f-string in plugins (#10285)

* replace concatenations with f-string in plugins

* add changelog frag
This commit is contained in:
Alexei Znamensky
2025-06-24 07:10:19 +12:00
committed by GitHub
parent d4f2b2fb55
commit 3ab7a898c6
7 changed files with 20 additions and 14 deletions

View File

@@ -0,0 +1,7 @@
minor_changes:
- dense callback plugin - use f-strings instead of concatenation (https://github.com/ansible-collections/community.general/pull/10285).
- mail callback plugin - use f-strings instead of concatenation (https://github.com/ansible-collections/community.general/pull/10285).
- wsl connection plugin - use f-strings instead of concatenation (https://github.com/ansible-collections/community.general/pull/10285).
- jc filter plugin - use f-strings instead of concatenation (https://github.com/ansible-collections/community.general/pull/10285).
- iocage inventory plugin - use f-strings instead of concatenation (https://github.com/ansible-collections/community.general/pull/10285).
- xen_orchestra inventory plugin - use f-strings instead of concatenation (https://github.com/ansible-collections/community.general/pull/10285).