-
Notifications
You must be signed in to change notification settings - Fork 126
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
Fix unintended breaking change by vendoring distutils.version #269
Fix unintended breaking change by vendoring distutils.version #269
Conversation
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
I've tested this with ansible-core (latest devel), Ansible 2.9.6, and Ansible 2.9.10. It seems to work fine. |
Backport to stable-1: 💚 backport PR created✅ Backport PR branch: Backported as #270 🤖 @patchback |
(cherry picked from commit 264f523)
@briantist thanks for reviewing this! |
…#270) (cherry picked from commit 264f523) Co-authored-by: Felix Fontein <[email protected]>
SUMMARY
Fixes #267 (caused by #258).
ISSUE TYPE
COMPONENT NAME
plugins/module_utils/version.py