You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
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.
8 years ago
..
cli ansible-doc: fix exception for required field 8 years ago
compat
config
errors
executor When cleaning up the AnsiBallZ tempdir we need to not fail if the tempdir wasn't created 8 years ago
galaxy Transition inventory into plugins (#23001) 8 years ago
inventory minor protection against bad config 8 years ago
module_utils Fix manual reference for dmidecode (#25444) 8 years ago
modules docker_service: Forward stderr-based output from docker-compose (#25456) 8 years ago
parsing Imports and includes (#25399) 8 years ago
playbook Imports and includes (#25399) 8 years ago
plugins Fix pep8 issues in profile_roles (#25458) 8 years ago
template Collated PEP8 fixes (#25293) 8 years ago
utils Add support for cliconf and netconf plugin (#25093) 8 years ago
vars Collated PEP8 fixes (#25293) 8 years ago
__init__.py
constants.py Add support for cliconf and netconf plugin (#25093) 8 years ago
release.py Collated PEP8 fixes (#25293) 8 years ago