-
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
chore: Update lxc_container to support py3 #5304
Conversation
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
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.
hi @cloudnull just a couple of minor comments.
You might want to review the documentations for the module and apply
https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_documenting.html#linking-and-other-format-macros-within-module-documentation
Please also add a changelog fragment :) Thanks. |
This change is mostly just a documentation change which will report the requirements correctly for python3-lxc. I've also removed the use of six which results in us changing `xrange` to `range`. Resolves: ansible-collections#5294 Signed-off-by: Kevin Carter <[email protected]> Co-authored-by: Alexei Znamensky <[email protected]>
b8f8ef9
to
94229b4
Compare
done. |
Thank you for the review @russoz @felixfontein I've pushed a couple updates and squashed the commits. If you have a moment to re-review it would be greatly appreciated. |
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.
Minor nit on punctuation, other than that, LGTM
Co-authored-by: Alexei Znamensky <[email protected]>
Co-authored-by: Felix Fontein <[email protected]>
This comment was marked as outdated.
This comment was marked as outdated.
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.
LGTN
SUMMARY
This change is mostly just a documentation change which will report the requirements correctly for python3-lxc. I've also removed the use of six which results in us changing
xrange
torange
.Fixes: #5294
ISSUE TYPE
COMPONENT NAME
lxc_container
Signed-off-by: Kevin Carter [email protected]