-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inform synchronize module about community.docker collection
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.
Tadej Borovšak
committed
Mar 2, 2021
1 parent
e1dad76
commit a5e4601
Showing
2 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
changelogs/fragments/144_add_community_docker_connection_plugin_alias.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
bugfixes: | ||
- synchronize - add ``community.docker.docker`` to the list of supported | ||
transports (https://github.com/ansible-collections/ansible.posix/issues/132). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters