You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/runner/lookup_plugins
Maykel Moya 45f5447f9f Fix name in copyright 13 years ago
..
__init__.py implement lookup plugins for arbitrary enumeration over arbitrary things. See the mailing list for some cool examples. 13 years ago
dnstxt.py Fix errors in lookup plugins. 13 years ago
env.py fix arguments to isinstance() in env lookup 13 years ago
file.py Make more lookup plugins happy with newstyle variables. Not quite done, but this fixes up with_items/with_nested/file/fileglob. 13 years ago
fileglob.py With fileglob should return full paths as in 1.1 13 years ago
first_found.py bug fix in first_found search path assembly 13 years ago
items.py Make more lookup plugins happy with newstyle variables. Not quite done, but this fixes up with_items/with_nested/file/fileglob. 13 years ago
lines.py Make more lookup plugins tolerant of new variable system, with a little better 'do what I mean' logic to resolving 13 years ago
nested.py More pep8 13 years ago
password.py Fix name in copyright 13 years ago
pipe.py Make more lookup plugins tolerant of new variable system, with a little better 'do what I mean' logic to resolving 13 years ago
random_choice.py Make more lookup plugins tolerant of new variable system, with a little better 'do what I mean' logic to resolving 13 years ago
redis_kv.py Make more lookup plugins tolerant of new variable system, with a little better 'do what I mean' logic to resolving 13 years ago
sequence.py Fix 'sequence' plugin error. 13 years ago
template.py Fix errors in lookup plugins. 13 years ago