-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmd_runner_fmt: refactor out to its own file #8964
cmd_runner_fmt: refactor out to its own file #8964
Conversation
Backport to stable-9: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply c4e2b73 on top of patchback/backports/stable-9/c4e2b731939e56a24870e9e3455381dc33ea3040/pr-8964 Backporting merged PR #8964 into main
🤖 @patchback |
@russoz thanks again! |
@russoz the failure to cherry-pick likely comes from the deprecation. If you want to have this change also in stable-9, you'll need to backport this manually. Otherwise this will stick to main / stable-10. |
Will take a look at it later |
* cmd_runner_fmt: refactor out to its own file * add new file to BOTMETA.yml * add changelog frag (cherry picked from commit c4e2b73)
SUMMARY
Refactored the argument formatting code from the cmd_runner.py file.
The rationale behind it is:
ISSUE TYPE
COMPONENT NAME
plugins/module_utils/cmd_runner.py