-
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
ModuleHelper - fix bug when adjusting conflicting output #5755
ModuleHelper - fix bug when adjusting conflicting output #5755
Conversation
Backport to stable-4: 💚 backport PR created✅ Backport PR branch: Backported as #5756 🤖 @patchback |
* ModuleHelper - fix bug when adjusting conflicting output * add changelog fragment * remove commented test code (cherry picked from commit b49bf08)
Backport to stable-5: 💚 backport PR created✅ Backport PR branch: Backported as #5757 🤖 @patchback |
* ModuleHelper - fix bug when adjusting conflicting output * add changelog fragment * remove commented test code (cherry picked from commit b49bf08)
Backport to stable-6: 💚 backport PR created✅ Backport PR branch: Backported as #5758 🤖 @patchback |
* ModuleHelper - fix bug when adjusting conflicting output * add changelog fragment * remove commented test code (cherry picked from commit b49bf08)
@russoz thanks for fixing this! |
…justing conflicting output (#5756) ModuleHelper - fix bug when adjusting conflicting output (#5755) * ModuleHelper - fix bug when adjusting conflicting output * add changelog fragment * remove commented test code (cherry picked from commit b49bf08) Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
…justing conflicting output (#5757) ModuleHelper - fix bug when adjusting conflicting output (#5755) * ModuleHelper - fix bug when adjusting conflicting output * add changelog fragment * remove commented test code (cherry picked from commit b49bf08) Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
…justing conflicting output (#5758) ModuleHelper - fix bug when adjusting conflicting output (#5755) * ModuleHelper - fix bug when adjusting conflicting output * add changelog fragment * remove commented test code (cherry picked from commit b49bf08) Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
SUMMARY
Fix bug when adding
_
as prefix to conflicting output variable names.ISSUE TYPE
COMPONENT NAME
plugins/module_utils/mh/module_helper.py