[PR #11721/08442186 backport][stable-12] xenserver_guest: fix code style caught by codeqa (#11725)

xenserver_guest: fix code style caught by codeqa (#11721)

* xenserver_guest: fix code style caught by codeqa

* add changelog frag

(cherry picked from commit 08442186e6)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2026-04-03 07:34:32 +02:00
committed by GitHub
parent b41916285e
commit 3bca7e1ad4
2 changed files with 3 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- xenserver_guest - use ``enumerate()`` instead of manual index variable in ``for`` loop (https://github.com/ansible-collections/community.general/pull/11721).