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
commit c4e2b73193
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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).