community.general/lib/ansible
Toshio Kuratomi 09325b619e
Fix csvfile traceback on Python3 (#37625)
* Fix csvfile traceback on Python3

The csvfile lookup uses some custom iterators.  These needed to be
ported to handle the python3 iterator protocol.  In addition, the
csvfile module takes an iterator of byte strings in Python2 and an
iterator of text strings in Python3

Fixes #36808
2018-03-20 12:58:51 -07:00
..
cli Compare byte strings to byte strings 2018-03-20 12:04:05 -07:00
compat Enable wildcard import pylint (#35786) 2018-02-06 15:17:49 -08:00
config adds fix for terminal plugins 2018-03-05 08:54:40 -05:00
errors Make AnsibleActionDone a private exception 2018-01-22 23:36:34 -08:00
executor Connection error messages are unsafe: wrap them (#37329) 2018-03-13 16:20:24 -07:00
galaxy Ansible Galaxy: skel for network role #37241 (#37251) 2018-03-09 13:31:27 -05:00
inventory Fixes #32146 Fixes reconcile inventory to correctly remove hosts from ungrouped 2018-03-20 15:37:39 -04:00
module_utils issue:37306 Fix issue with vlan support for onyx version 3.6.6000 (#37310) 2018-03-20 10:08:35 +00:00
modules Fix use of user_data field with spot_price in ec2 module (#37628) 2018-03-20 15:01:24 -04:00
parsing Remove dead code 2018-03-12 12:13:19 -07:00
playbook Fix name parameter templating in include_role module (#36372) 2018-03-20 14:01:48 -04:00
plugins Fix csvfile traceback on Python3 (#37625) 2018-03-20 12:58:51 -07:00
template Revert "remove query/q (#36315)" 2018-02-21 10:37:51 -08:00
utils Fix api_profile choices in Azure docs fragment. 2018-03-20 11:07:34 -07:00
vars Fix ansible_lo being used inside of ansible_facts 2018-03-13 12:05:14 -04:00
__init__.py
constants.py Move module_set_locale and module_lang back to global 2018-01-22 18:38:15 -08:00
release.py Fix version in lib/ansible/release.py 2018-02-09 04:47:31 -08:00