generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add collection-side support for the docker action group. (#17)
- Loading branch information
1 parent
6fba818
commit 1156db4
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
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,2 @@ | ||
minor_changes: | ||
- "Add collection-side support of the ``docker`` action group / module defaults group (https://github.com/ansible-collections/community.docker/pull/17)." |
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 |
---|---|---|
@@ -1,2 +1,24 @@ | ||
--- | ||
requires_ansible: '>=2.9.10' | ||
action_groups: | ||
docker: | ||
- docker_compose | ||
- docker_config | ||
- docker_container | ||
- docker_container_info | ||
- docker_host_info | ||
- docker_image | ||
- docker_image_info | ||
- docker_login | ||
- docker_network | ||
- docker_network_info | ||
- docker_node | ||
- docker_node_info | ||
- docker_prune | ||
- docker_secret | ||
- docker_swarm | ||
- docker_swarm_info | ||
- docker_swarm_service | ||
- docker_swarm_service_info | ||
- docker_volume | ||
- docker_volume_info |