community.general/lib/ansible/modules/cloud/docker
Chris Houseknecht 20bddde669 docker_service: Forward stderr-based output from docker-compose (#25456)
PR #5165 at https://github.com/ansible/ansible-modules-core/pull/5165
adds redirection and capture of stdout during execution of
docker-compose.

This doesn't necessarily catch all errors, since some are printed to
stderr and lost.

This extends the redirection to include stderr, and does minor string
processing to attempt to find a 'useful' message to present as the
final Ansible error.
2017-06-07 23:30:26 -04:00
..
__init__.py added __init__.py to new cloud subcategories so builds work again 2016-12-08 11:22:25 -05:00
_docker.py fixes #19550 (docker_container with empty links list always restarts) 2017-05-24 16:14:10 -07:00
docker_container.py Try to fix travis 2017-06-02 10:10:34 -07:00
docker_image.py Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
docker_image_facts.py Changed supported_by from curated to community (#22654) 2017-03-15 14:28:33 -07:00
docker_login.py Changed supported_by from curated to community (#22654) 2017-03-15 14:28:33 -07:00
docker_network.py Fixed #21464 - docker_network: TypeError with existing network (#24266) 2017-05-24 14:21:24 -07:00
docker_service.py docker_service: Forward stderr-based output from docker-compose (#25456) 2017-06-07 23:30:26 -04:00