-
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
xfconf module utils: providing a cmd_runner object #4776
xfconf module utils: providing a cmd_runner object #4776
Conversation
Please wait until #4777 is merged so I can add that improvement here as well. |
@russoz please add the improvement here as well, since that PR has been merged :) |
Backport to stable-5: 💚 backport PR created✅ Backport PR branch: Backported as #4789 🤖 @patchback |
@russoz thanks for this improvement! |
* xfconf: changed implementation to use cmd_runner * added module_utils/xfconf.py * xfconf_info: using cmd_runner * added module_utils to BOTMETA.yml * added changelog fragment * use cmd_runner_fmt instead of deprecated form (cherry picked from commit 8ba3d94)
* xfconf: changed implementation to use cmd_runner * added module_utils/xfconf.py * xfconf_info: using cmd_runner * added module_utils to BOTMETA.yml * added changelog fragment * use cmd_runner_fmt instead of deprecated form (cherry picked from commit 8ba3d94) Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
SUMMARY
Create a new
module_utils/xfconf.py
.Changed
xfconf
andxfconf_info
to use that runner instead of the features inCmdStateModuleHelper
ISSUE TYPE
COMPONENT NAME
plugins/module_utils/xfconf.py
plugins/modules/system/xfconf.py
plugins/modules/system/xfconf_info.py