mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-15 19:42:06 +00:00
Forgot to add docker_compose_v2_pull to action group. (#773)
This commit is contained in:
parent
901c1c4f9c
commit
a53ecb6e66
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "docker_compose_v2_pull - the module was documented as part of the ``community.docker.docker`` action group, but was not actually part of it. That has now been fixed (https://github.com/ansible-collections/community.docker/pull/773)."
|
||||
@ -8,6 +8,7 @@ action_groups:
|
||||
docker:
|
||||
- docker_compose
|
||||
- docker_compose_v2
|
||||
- docker_compose_v2_pull
|
||||
- docker_config
|
||||
- docker_container
|
||||
- docker_container_copy_into
|
||||
|
||||
Loading…
Reference in New Issue
Block a user