Looks like we forgot to add the new modules to the action_group. (#209)

This commit is contained in:
Felix Fontein 2021-09-18 17:07:35 +02:00 committed by GitHub
parent b5263ccbd0
commit f01dacd6cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,2 @@
minor_changes:
- "Add the modules docker_container_exec, docker_image_load and docker_plugin to the ``docker`` module defaults group (https://github.com/ansible-collections/community.docker/pull/209)."

View File

@ -5,15 +5,18 @@ action_groups:
- docker_compose
- docker_config
- docker_container
- docker_container_exec
- docker_container_info
- docker_host_info
- docker_image
- docker_image_info
- docker_image_load
- docker_login
- docker_network
- docker_network_info
- docker_node
- docker_node_info
- docker_plugin
- docker_prune
- docker_secret
- docker_swarm