ansible/lib/ansible/modules
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
..
cloud docker_service: Forward stderr-based output from docker-compose (#25456) 2017-06-07 23:30:26 -04:00
clustering fixed RETURN docs for modules (#24011) 2017-04-26 15:56:13 +01:00
commands Minor change in comment sentence of shell (#25336) 2017-06-05 10:52:57 -04:00
crypto fixed RETURN docs for modules (#24011) 2017-04-26 15:56:13 +01:00
database Avoid useless queries: use standard module hashlib 2017-05-30 10:55:49 -07:00
files Fixed subsection replacement with before/after patterns 2017-06-07 01:45:34 -07:00
identity Add FreeIPA module for managing DNS records (#25203) 2017-06-07 08:06:31 +02:00
inventory New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
messaging Fix #23338 - rabbitmq_queue message ttl can't be 0 (#23448) 2017-04-15 00:51:40 +02:00
monitoring logicmonitor: remove closed statement, used for py2.4 compat (#25240) 2017-06-07 08:23:29 +02:00
net_tools get_url: PEP8, imports, cosmetics (#24676) 2017-05-30 18:24:07 +01:00
network New module: Add support for Arista EOS vlan (network/eos/eos_vlan) (#25355) 2017-06-07 23:47:28 +02:00
notification Fixed import of urlencode and pathname2url from urllib for python3 (#24424) 2017-05-19 12:22:16 -05:00
packaging fix proposal for issue #25151: [python3] pip failed to create virtual env when using custom command (pyvenv) (#25241) 2017-06-05 17:03:15 -07:00
remote_management Remove redundant find_content_view method (#24851) 2017-05-26 20:06:02 +01:00
source_control Refactor github_hook module (#24391) 2017-06-07 07:52:03 +02:00
storage fixed RETURN docs for modules (#24011) 2017-04-26 15:56:13 +01:00
system Update documentation of pamd module (#24712) 2017-06-07 08:48:42 +01:00
utilities minor doc update 2017-05-31 19:39:30 -04:00
web_infrastructure Pep8 fixes for ejabberd_user and jboss (#24586) 2017-06-07 07:35:22 +02:00
windows win_defrag: New module to defragment local volumes (#23140) 2017-06-07 10:52:28 -07:00
__init__.py