mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
docker_compose_v2: allow to specify inline compose definitions (#832)
* 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.
This commit is contained in:
@@ -6,6 +6,7 @@ docker
|
||||
urllib3
|
||||
requests
|
||||
paramiko
|
||||
pyyaml
|
||||
|
||||
# We assume that EEs are not based on Windows, and have Python >= 3.5.
|
||||
# (ansible-builder does not support conditionals, it will simply add
|
||||
|
||||
Reference in New Issue
Block a user