1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/runner/lookup_plugins
2013-05-16 18:49:35 +02:00
..
__init__.py implement lookup plugins for arbitrary enumeration over arbitrary things. See the mailing list for some cool examples. 2012-10-12 20:07:05 -04:00
dnstxt.py Fix errors in lookup plugins. 2013-04-17 11:31:38 -04:00
env.py fix arguments to isinstance() in env lookup 2013-04-28 14:58:26 +10:00
file.py Make more lookup plugins happy with newstyle variables. Not quite done, but this fixes up with_items/with_nested/file/fileglob. 2013-04-16 18:50:30 -04:00
fileglob.py With fileglob should return full paths as in 1.1 2013-04-23 00:54:39 -04:00
first_found.py bug fix in first_found search path assembly 2013-05-13 13:48:56 +02:00
items.py Make more lookup plugins happy with newstyle variables. Not quite done, but this fixes up with_items/with_nested/file/fileglob. 2013-04-16 18:50:30 -04:00
lines.py Make more lookup plugins tolerant of new variable system, with a little better 'do what I mean' logic to resolving 2013-04-16 19:07:19 -04:00
nested.py More pep8 2013-05-11 17:26:06 -04:00
password.py Fix name in copyright 2013-05-16 18:49:35 +02:00
pipe.py Make more lookup plugins tolerant of new variable system, with a little better 'do what I mean' logic to resolving 2013-04-16 19:07:19 -04:00
random_choice.py Make more lookup plugins tolerant of new variable system, with a little better 'do what I mean' logic to resolving 2013-04-16 19:07:19 -04:00
redis_kv.py Make more lookup plugins tolerant of new variable system, with a little better 'do what I mean' logic to resolving 2013-04-16 19:07:19 -04:00
sequence.py Fix 'sequence' plugin error. 2013-04-17 11:45:28 -04:00
template.py Fix errors in lookup plugins. 2013-04-17 11:31:38 -04:00