mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Add docker_compose_v2 module (#739)
* Add docker_compose_v2 module. * Add note on compatibility. * Parse more events. Emit warnings (or things we assume are warnings), and report unparsable messages to the user so they can report them to us.
This commit is contained in:
@@ -7,6 +7,7 @@ requires_ansible: '>=2.11.0'
|
||||
action_groups:
|
||||
docker:
|
||||
- docker_compose
|
||||
- docker_compose_v2
|
||||
- docker_config
|
||||
- docker_container
|
||||
- docker_container_copy_into
|
||||
|
||||
Reference in New Issue
Block a user