-
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: deprecate fmt as the name for the format class #4777
cmd_runner: deprecate fmt as the name for the format class #4777
Conversation
Backport to stable-5: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 2d38c8d on top of patchback/backports/stable-5/2d38c8d892acd69ae71024fad3c99aecb68c8220/pr-4777 Backporting merged PR #4777 into main
🤖 @patchback |
@russoz thanks for improving the module utils :) |
Hmm, looks like I have to merge some backports first before this can be backported. In that case I'll add the backport label again once I got these merged (which will be after 5.0.2 has been released somewhen tomorrow). |
Backport to stable-5: 💚 backport PR created✅ Backport PR branch: Backported as #4784 🤖 @patchback |
* cmd_runner: deprecate fmt as the name for the format class * added changelog fragment * fixing the deprecation comment (cherry picked from commit 2d38c8d)
SUMMARY
Deprecate
fmt
in favour ofcmd_runner_fmt
as the name of the object to be imported for formatting parameters.ISSUE TYPE
COMPONENT NAME
plugins/module_utils/cmd_runner.py
plugins/module_utils/gconftool2.py