community.general/lib/ansible/plugins
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
..
action fixed lookup search path (#16630) 2016-07-13 10:06:34 -04:00
cache ignore closing file error when file not open 2016-06-14 09:34:41 -04:00
callback added back spaces for profile_tasks formatting 2016-07-06 15:39:09 -04:00
connection prevent spurious pywinrm arg warnings for non-pywinrm connection args 2016-07-05 16:04:59 -07:00
filter J2 test docs (#16646) 2016-07-12 10:13:00 -04:00
lookup fixed lookup search path (#16630) 2016-07-13 10:06:34 -04:00
shell Use find -exec + so that failures will be visible in find's exit code (#16389) 2016-06-22 05:42:37 -07:00
strategy Fix unreachable host/any_errors_fatal bug in linear strategy 2016-07-12 03:01:47 -05:00
test J2 test docs (#16646) 2016-07-12 10:13:00 -04:00
vars Making the switch to v2 2015-05-03 21:47:26 -05:00
__init__.py When walking through module directories, always follow symlinks. (#15784) 2016-05-09 14:24:39 -04:00