cmd_runner_fmt: refactor out to its own file (#8964)

* cmd_runner_fmt: refactor out to its own file

* add new file to BOTMETA.yml

* add changelog frag
This commit is contained in:
Alexei Znamensky
2024-10-03 07:24:24 +13:00
committed by GitHub
parent 96dfb89b01
commit c4e2b73193
4 changed files with 130 additions and 112 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- cmd_runner module utils - refactor argument formatting code to its own Python module (https://github.com/ansible-collections/community.general/pull/8964).