-
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
Multiple modules using ModuleHelper #4674
Multiple modules using ModuleHelper #4674
Conversation
Replaced raising exception with calling method do_raise() in MH. Removed the importing of the exception class.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but should have a changelog fragment.
Backport to stable-5: 💚 backport PR created✅ Backport PR branch: Backported as #4713 🤖 @patchback |
@russoz thanks! |
* Multiple modules using ModuleHelper Replaced raising exception with calling method do_raise() in MH. Removed the importing of the exception class. * added changelog fragment (cherry picked from commit 6052776)
* Multiple modules using ModuleHelper Replaced raising exception with calling method do_raise() in MH. Removed the importing of the exception class. * added changelog fragment (cherry picked from commit 6052776) Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
SUMMARY
Replaced raising exception with calling method do_raise() in MH.
Removed the importing of the exception class.
ISSUE TYPE
COMPONENT NAME
plugins/modules/packaging/language/cpanm.py
plugins/modules/packaging/language/pipx.py
plugins/modules/packaging/os/snap.py
plugins/modules/system/mksysb.py
plugins/modules/system/xfconf.py