community.general/lib/ansible
Toshio Kuratomi ff13d58c14 Remove use of unicode_literals as it is an anti-pattern
from __future__ unicode_literals leads to developer confusion as
developers no longer can tell whether a bare literal string is a byte
string or a unicode string.  Explicit marking as u"" or b"" is the way
to solve the same problem in the Ansbile codebase.
2017-09-11 13:33:51 -07:00
..
cli Change ansible-doc usage to show -a is for internal use (#29603) 2017-09-11 11:25:34 -07:00
compat Remove wildcard imports 2017-07-28 22:10:17 -07:00
config remove fact namespacing 2017-09-10 17:37:52 -04:00
errors Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
executor fixes to config/setting retrieval 2017-09-09 09:48:22 -07:00
galaxy Removes container-enabled warning (#27578) 2017-08-01 12:51:03 -04:00
inventory bypass get_hosts and use dictionary directly 2017-08-30 10:56:45 -04:00
module_utils Improve import error handling in azure_rm_common. (#29153) 2017-09-11 09:11:28 -07:00
modules Document return values for ec2_vpc_net.py (#21294) 2017-09-11 16:10:36 -04:00
parsing Fixes #23680 bug with py3.x due to binary string handling (#23688) 2017-09-09 18:40:07 -07:00
playbook fixes to config/setting retrieval 2017-09-09 09:48:22 -07:00
plugins Remove use of unicode_literals as it is an anti-pattern 2017-09-11 13:33:51 -07:00
template Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
utils fixes to config/setting retrieval 2017-09-09 09:48:22 -07:00
vars remove fact namespacing 2017-09-10 17:37:52 -04:00
__init__.py
constants.py Fix handling of config vars with eval expression (#29536) 2017-09-11 16:04:51 +02:00
release.py Bump the versions now that devel is 2.5 2017-09-06 13:13:57 -07:00