-
Notifications
You must be signed in to change notification settings - Fork 122
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
[WILL BE SPLIT UP] Start adjusting some modules #387
Conversation
Docs Build 📝This PR is closed and any previously published docsite has been unpublished. |
5ae47e3
to
5936e41
Compare
The idea is not that this PR should convert all modules and plugins, but start with a few to see which helper APIs should be provided by |
33a5d32
to
91fa719
Compare
docker_container is a lot harder to convert, so I'll work on that in a follow-up PR. I have been long thinking about a general rework of that module anyway, maybe I'll combine that with adjusting the module to use the vendored code. |
I will probably split this up into one general PR (for the common module utils), and then once that's merged, one PR per module and plugin, so that it will be easier to review. |
The module_utils and plugin_utils part is in #398. |
I've rebased now that the separate vendoring PR has been merged. |
…, and docker_volume_info.
SUMMARY
Modules I want to adjust:
The idea is to support Python 2.7+. Maybe it also works with 2.6, but I don't know.
Ref: #364
ISSUE TYPE
COMPONENT NAME
various