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/playbook
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
10 years ago
..
role Merge pull request #16555 from matsu-chara/fix-error-msg-default-to-defaults 10 years ago
__init__.py Save and restore the loader's basedir when loading playbooks 10 years ago
attribute.py Make the loop variable (item by default) settable per task 10 years ago
base.py Fixing issues with getattr caused by 5a3493b 10 years ago
become.py Fix misspelling and some cosmetic change 10 years ago
block.py Fixing issues with getattr caused by 5a3493b 10 years ago
conditional.py Another misspelling 10 years ago
handler.py FEATURE: handler listeners 10 years ago
handler_task_include.py Fixes #15915: New HandlerTaskInclude Class which can run TaskIncludes inside Handlers 10 years ago
helpers.py Force an include to be a static task if no vars or loops are being used. (#16192) 10 years ago
included_file.py Make the loop variable (item by default) settable per task 10 years ago
loop_control.py Make the loop variable (item by default) settable per task 10 years ago
play.py make timeout decorator for facts have a configurable duration (#16551) 10 years ago
play_context.py Force remote_user to be the currently user for connection=local 10 years ago
playbook_include.py Fixes #15745 playbook include: Conditional scoping 10 years ago
taggable.py Split up comma-separated tags properly 10 years ago
task.py fixed lookup search path (#16630) 10 years ago
task_include.py Treat "static: yes/no" with higher priority than "task_includes_static" in ansible.cfg 10 years ago
vars.py Making the switch to v2 11 years ago
vars_file.py Making the switch to v2 11 years ago