-
Notifications
You must be signed in to change notification settings - Fork 199
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
Provide ansible extra #948
base: master
Are you sure you want to change the base?
Conversation
Right, that won't work because for 2.10 the package is called |
3710fd1
to
7a285b8
Compare
Eh, I guess I will call it |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
7a285b8
to
ba02378
Compare
c4ad0ef
to
400ae5a
Compare
fbaf53c
to
34a72b6
Compare
34a72b6
to
ef34d07
Compare
Updated the changelog to put this change in "Unreleased" section. |
If you're till interested, there may be a way this could be work across ansible-base & ansible-core.
I'm not sure yet, if the benefit outweighs the complexity. |
Fixes #947.
Thanks for creating a PR! Here's a quick checklist to pay attention to:
Please add an entry to docs/changelog.rst as appropriate.
Has some new parameter been added or semantics modified somehow? Please
ensure relevant documentation is updated in docs/ansible.rst and
docs/api.rst.
If it's for new functionality, is there at least a basic test in either
tests/ or tests/ansible/ covering it?
If it's for a new connection method, please try to stub out the
implementation as in tests/data/stubs/, so that construction can be tested
without having a working configuration.