-
Notifications
You must be signed in to change notification settings - Fork 28
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
Support ansible 2.18, drop 2.14/2.15 and py39 #443
Conversation
898054d
to
ac7bc03
Compare
ac7bc03
to
95f4f2a
Compare
# noinspection PyProtectedMember | ||
# pylint: disable=protected-access | ||
col_path += self.config.collections_paths | ||
col_path += os.path.dirname( # noqa: PTH120 | ||
os.environ.get(ansible_collections_path(), "."), | ||
).split(":") | ||
_AnsibleCollectionFinder( # noqa: SLF001 | ||
paths=col_path, | ||
)._install() # pylint: disable=protected-access |
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.
Not sure if I'm missing something, but this seems to be retaining the < 2.15.0.dev0
path?
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.
Oops, read this after I merged it. Next time add -1. I am making a patch now. Second question would be.... why testing did not find any issues.
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.
Please review #444
And, thanks for spotting it!!!
Related: https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html