xenserver: use f-strings (#10940)

* xenserver: use f-strings

* add changelog frag
This commit is contained in:
Alexei Znamensky
2025-10-20 04:40:28 +13:00
committed by GitHub
parent 7e666a9c31
commit d4dfc217d8
2 changed files with 29 additions and 26 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- xenserver module utils plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10940).