Forgot to add docker_compose_v2_pull to action group. (#773)

This commit is contained in:
Felix Fontein 2024-01-21 22:04:27 +01:00 committed by GitHub
parent 901c1c4f9c
commit a53ecb6e66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

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

View File

@ -8,6 +8,7 @@ action_groups:
docker:
- docker_compose
- docker_compose_v2
- docker_compose_v2_pull
- docker_config
- docker_container
- docker_container_copy_into