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/plugins
Brian Coca 2bb7feec6d Search path (#16387)
* smarter function to figure out relative paths

takes list of paths in order of relevance to current task
and does the dwim magic on them

* shared function for action plugins using new dwim

unify path construction and error info/messaging
made include and role non exclusive
corrected order and now smarter about tasks
includes inside roles are currently broken as they don't provide the correct role data
make dirname full match to avoid corner cases

* migrated action plugins to new dwim function

reported plugins to use exceptions instead of info

* clarified needle
10 years ago
..
action Search path (#16387) 10 years ago
cache ignore closing file error when file not open 10 years ago
callback Fix junit callback plugin for Python 2.6. (#16440) 10 years ago
connection zone plugin updates for newer api (#16289) 10 years ago
filter Properly wrap objects using json default encoder 10 years ago
lookup Refactor the parameter splitting in ini lookup to handle more path formats (#16477) 10 years ago
shell Use find -exec + so that failures will be visible in find's exit code (#16389) 10 years ago
strategy Fixing typo in base strategy code from handler listen feature merge 10 years ago
test Reverse boilerplate order because from __future__ must be the first code in the file 10 years ago
vars Making the switch to v2 11 years ago
__init__.py When walking through module directories, always follow symlinks. (#15784) 10 years ago