community.general/lib/ansible/plugins/lookup
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
..
__init__.py Better error message when file lookup fails (#30894) 2018-01-23 10:48:35 -06:00
_redis_kv.py new redis lookup (#33883) 2017-12-14 10:35:46 -05:00
aws_account_attribute.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
aws_service_ip_ranges.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
aws_ssm.py aws ssm parameter lookup - testing and documentation around negative and failure cases (#36550) 2018-03-09 12:30:33 -05:00
cartesian.py Lookup docs (#30280) 2017-09-19 10:49:07 -04:00
chef_databag.py Python 2.6 `str.format()` compatibility fixes. 2018-01-10 14:08:11 -08:00
config.py small typo fix 2018-03-15 11:01:32 -04:00
conjur_variable.py Fix lookup plugins documentation (nios, conjur_variable) (#35847) 2018-02-07 13:14:51 -08:00
consul_kv.py Remove uses of assert in production code (#32079) 2017-11-13 11:51:18 -05:00
credstash.py fixed credstash docs 2017-09-20 20:52:52 -04:00
csvfile.py Fix csvfile traceback on Python3 (#37625) 2018-03-20 12:58:51 -07:00
cyberarkpassword.py Lookup docs (#30280) 2017-09-19 10:49:07 -04:00
dict.py now with_dict allows for direct 'lookup' usage 2017-10-30 14:52:58 -04:00
dig.py removed typo from dig docs 2017-09-29 11:23:58 -04:00
dnstxt.py Lookup docs (#30280) 2017-09-19 10:49:07 -04:00
env.py Fix env lookup plugin docs (#34235) 2017-12-26 05:20:33 -05:00
etcd.py get_option instead of internal dict (#33191) 2017-11-28 12:00:22 -05:00
file.py add rstrip and lstrip bool flags to file lookup plugin (#31738) 2018-01-23 10:14:19 -06:00
fileglob.py Lookup docs (#30280) 2017-09-19 10:49:07 -04:00
filetree.py Windows: Clean up documentation (#36684) 2018-02-25 03:09:54 +01:00
first_found.py Fix doc for with_first_found 2018-01-02 11:37:53 -05:00
flattened.py Lookup docs (#30280) 2017-09-19 10:49:07 -04:00
hashi_vault.py hashi_vault: fix typo (#36368) 2018-02-19 08:34:05 +01:00
hiera.py Python 2.6 `str.format()` compatibility fixes. 2018-01-10 14:08:11 -08:00
indexed_items.py Lookup docs (#30280) 2017-09-19 10:49:07 -04:00
ini.py Remove uses of assert in production code (#32079) 2017-11-13 11:51:18 -05:00
inventory_hostnames.py Lookup docs (#30280) 2017-09-19 10:49:07 -04:00
items.py Fix with_items debug loop example. Fixes #34540 (#34578) 2018-01-08 16:13:10 -06:00
k8s.py Upgrade to openshift client 0.4.0 (#35127) 2018-02-13 10:34:24 -05:00
keyring.py Lookup docs (#30280) 2017-09-19 10:49:07 -04:00
lastpass.py Lookup docs (#30280) 2017-09-19 10:49:07 -04:00
lines.py fix plugin-to-doc naming mismatch, typos, grammar (#36366) 2018-02-26 14:25:28 -08:00
list.py Lookup docs (#30280) 2017-09-19 10:49:07 -04:00
mongodb.py Python 2.6 `str.format()` compatibility fixes. 2018-01-10 14:08:11 -08:00
nested.py Lookup docs (#30280) 2017-09-19 10:49:07 -04:00
nios.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
nios_next_ip.py refactors nios api shared code to handle provider better (#35393) 2018-01-27 08:03:06 -05:00
openshift.py Upgrade to openshift client 0.4.0 (#35127) 2018-02-13 10:34:24 -05:00
password.py Fix typo in examples in Lookup/password plugin. (#35022) 2018-02-08 21:01:23 -05:00
passwordstore.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
pipe.py Lookup docs (#30280) 2017-09-19 10:49:07 -04:00
random_choice.py Lookup docs (#30280) 2017-09-19 10:49:07 -04:00
redis.py Fix various RST warnings (#34084) 2017-12-20 15:20:05 +00:00
sequence.py Lookup docs (#30280) 2017-09-19 10:49:07 -04:00
shelvefile.py Remove uses of assert in production code (#32079) 2017-11-13 11:51:18 -05:00
subelements.py Lookup docs (#30280) 2017-09-19 10:49:07 -04:00
template.py Lookup docs (#30280) 2017-09-19 10:49:07 -04:00
together.py Lookup docs (#30280) 2017-09-19 10:49:07 -04:00
url.py fixed syntax error (#33185) 2017-11-22 14:00:17 +00:00
vars.py Rename var lookup to vars and add tests 2018-02-08 08:03:41 -08:00