Add collection-side support for the docker action group. (#17)

This commit is contained in:
Felix Fontein 2020-11-01 17:04:48 +01:00 committed by GitHub
parent 6fba818d87
commit 1156db420d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

View File

@ -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)."

View File

@ -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