community.general/lib/ansible
Toshio Kuratomi 42ce3de8d0 Merge pull request #12853 from ansible/winrm-return-bytes
In v2, exec_command should return bytes and the caller will take responsibility for converting to unicode
2015-10-21 08:42:54 -07:00
..
cli now galaxy correctly detects empty requirements file 2015-10-20 14:39:22 -04:00
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
config
errors Clean up a few more pyflakes warnings 2015-10-19 11:20:21 -07:00
executor Fix setting of interpreter values for delegated hosts 2015-10-21 11:05:45 -04:00
galaxy Add python3-compat boilerplate to all .py files in lib/ansible 2015-10-19 18:36:19 -07:00
inventory Add python3-compat boilerplate to all .py files in lib/ansible 2015-10-19 18:36:19 -07:00
module_utils Update the use of no_log values to cover everything that heuristic_log_sanitize does. 2015-10-21 08:15:46 -07:00
modules And another fix for docs 2015-10-21 08:40:30 -07:00
new_inventory fix some warning of undefined name. 2015-10-09 12:43:42 +08:00
parsing Make hostvars json/yaml serializable in filters 2015-10-18 10:09:05 -04:00
playbook now galaxy correctly detects empty requirements file 2015-10-20 14:39:22 -04:00
plugins In v2, exec_command should return bytes and the caller will take responsibility for converting to unicode 2015-10-21 07:59:46 -07:00
template Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
utils Add python3-compat boilerplate to all .py files in lib/ansible 2015-10-19 18:36:19 -07:00
vars Simplify UnsafeProxy as we don't need to use it for byte strings, only text 2015-10-20 10:57:23 -07:00
__init__.py Add python3-compat boilerplate to all .py files in lib/ansible 2015-10-19 18:36:19 -07:00
constants.py Add python3-compat boilerplate to all .py files in lib/ansible 2015-10-19 18:36:19 -07:00
test-requirements.txt