mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 03:52:05 +00:00
* Allow to specify inline compose definitions. * Remove comma that trips Python 2.7. * Add tests. * Add PyYAML as EE dependency. * Be more explicit on PyYAML.
9 lines
740 B
YAML
9 lines
740 B
YAML
minor_changes:
|
|
- "docker_compose_v2* modules - allow to provide an inline definition of the compose content
|
|
instead of having to provide a ``project_src`` directory with the compose file written into it
|
|
(https://github.com/ansible-collections/community.docker/issues/829, https://github.com/ansible-collections/community.docker/pull/832)."
|
|
- "The EE requirements now include PyYAML, since the ``docker_compose_v2*`` modules depend on it
|
|
when the ``definition`` option is used. This should not have a noticable effect on generated EEs
|
|
since ansible-core itself depends on PyYAML as well, and ansible-builder explicitly ignores this dependency
|
|
(https://github.com/ansible-collections/community.docker/pull/832)."
|