-
Notifications
You must be signed in to change notification settings - Fork 153
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
Inform synchronize module about community.docker collection #144
Inform synchronize module about community.docker collection #144
Conversation
CI failures are known. PR ansible/ansible#73609 will resolve the error. |
👍 for this change! |
e625fbf
to
6cfde26
Compare
I added a changelog fragment. My plan was to add it once I know things are green, but I guess this might take a while to become reality ;) |
- synchronize - add community.docker.docker to the list of supported | ||
transports (https://github.com/ansible-collections/ansible.posix/issues/132) |
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.
- synchronize - add community.docker.docker to the list of supported | |
transports (https://github.com/ansible-collections/ansible.posix/issues/132) | |
- synchronize - add ``community.docker.docker`` to the list of supported | |
transports (https://github.com/ansible-collections/ansible.posix/issues/132). |
6cfde26
to
a5e4601
Compare
recheck |
a5e4601
to
5814ce1
Compare
recheck |
The synchronize action plugin has a built-in list of connection plugins that it knows how to handle. One of those connection plugins is the docker connection plugin. And because the docker content has been moved around quite a lot, the docker connection plugin has quite a few names: - docker in Ansible 2.9, - community.general.docker for community.general < 2.0.0, and - community.docker.docker since a few months ago. And while the synchronize module already knew about the first two names, the last one was still missing. This commit fixes that omission and adds a third name into the mix.
5814ce1
to
98c86c5
Compare
the tests passed now |
after this merged, i can release the collection next week (if nobody disagrees) |
SUMMARY
The synchronize action plugin has a built-in list of connection plugins that it knows how to handle.
One of those connection plugins is the docker connection plugin. And because the docker content has been moved around quite a lot, the docker connection plugin has quite a few names:
And while the synchronize module already knew about the first two names, the last one was still missing. This commit fixes that omission and adds a third name into the mix.
Fixes #132
ISSUE TYPE
COMPONENT NAME
synchronize