community.general/lib/ansible/plugins/lookup
Brian Coca 3c39bb5633 fixed lookup search path (#16630)
* fixed lookup search path

added ansible_search_path var that contains the proper list and in order
removed roledir var which was only used by first_found, rest used role_path
added needle function for lookups that mirrors the action plugin one, now
both types of plugins use same pathing.

* added missing os import

* renamed as per feedback

* fixed missing rename in first_found

* also fixed first_found

* fixed import to match new error class

* fixed getattr ref
2016-07-13 10:06:34 -04:00
..
__init__.py fixed lookup search path (#16630) 2016-07-13 10:06:34 -04:00
cartesian.py
consul_kv.py
credstash.py
csvfile.py fixed lookup search path (#16630) 2016-07-13 10:06:34 -04:00
dict.py
dig.py
dnstxt.py
env.py
etcd.py
file.py fixed lookup search path (#16630) 2016-07-13 10:06:34 -04:00
fileglob.py fixed lookup search path (#16630) 2016-07-13 10:06:34 -04:00
first_found.py fixed lookup search path (#16630) 2016-07-13 10:06:34 -04:00
flattened.py
hashi_vault.py
indexed_items.py
ini.py fixed lookup search path (#16630) 2016-07-13 10:06:34 -04:00
inventory_hostnames.py
items.py
lines.py
list.py
nested.py
password.py
pipe.py
random_choice.py
redis_kv.py
sequence.py
shelvefile.py fixed lookup search path (#16630) 2016-07-13 10:06:34 -04:00
subelements.py
template.py fixed lookup search path (#16630) 2016-07-13 10:06:34 -04:00
together.py
url.py