yum_versionlock: remove to_native() around command output (#11093)

* yum_versionlock: remove redundant use of to_native() around command output

* reformat

* add changelog frag
This commit is contained in:
Alexei Znamensky
2025-11-11 19:10:10 +13:00
committed by GitHub
parent 634be713bb
commit 3b700f0998
2 changed files with 5 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- yum_versionlock - remove redundant conversion to unicode in command output (https://github.com/ansible-collections/community.general/pull/11093).