community.general/lib/ansible
Steve Kuznetsov d5324c11a0 Factored polling std{out,err} reads into a function
The process to poll for data in the stdout and/or stderr pipes during a
low-level command execution was repetitive. Factoring this out into a
function DRYs out the code.

Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
2016-12-14 10:14:31 -08:00
..
cli Fix errors on 'ansible-playbook --flush-cache' (#18754) 2016-12-13 14:35:15 -05:00
compat Move py34 mock_open compat to compat/test/mock (#17157) 2016-08-19 18:11:24 -04:00
config
errors Add error info if tabs are found in the yaml (#18343) 2016-11-08 11:43:08 -05:00
executor minor spelling changes 2016-12-13 13:51:13 -05:00
galaxy For container enabled role, display warning only when not ANSIBLE_CONTAINER (#18717) 2016-12-02 10:08:10 -05:00
inventory minor spelling changes 2016-12-13 13:51:13 -05:00
module_utils Factored polling std{out,err} reads into a function 2016-12-14 10:14:31 -08:00
modules Fixes map call usage 2016-12-14 10:00:47 -08:00
parsing Fix regression in search path behaviour 2016-12-14 10:33:14 -05:00
playbook Removed dict.iteritems() in several other files. 2016-12-14 08:01:45 -08:00
plugins correct template lookup path 2016-12-14 12:25:08 -05:00
template Fix AST nodes for Python 3 and enable dependent test_uri (#18597) 2016-12-13 07:37:39 -08:00
utils minor spelling changes 2016-12-13 13:51:13 -05:00
vars ansible_playbook_python (#18530) 2016-11-23 16:30:46 -05:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py minor spelling changes 2016-12-13 13:51:13 -05:00
release.py Bumping devel version to 2.3.0 2016-10-03 11:46:31 -05:00
test-requirements.txt