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/executor
Matt Martz 2f5161628a
Don't skip conditional exception on includes (#39377)
* task_executor.py: Raise 'conditional exception' in case of 'include_*'

Fixes #33632

Signed-off-by: Patrick Ringl <patrick_@freenet.de>

* Re-organize tests, add static include test with undefined var

* Remove unnecessary conditional
8 years ago
..
process include_role handlers bug fix (#26335) 9 years ago
__init__.py ansible/executor: PEP8 compliancy (#24695) 9 years ago
action_write_locks.py Clarify the comments for action_write_locks 8 years ago
module_common.py Tolerate win line endings on windows module_util load (#37291) 8 years ago
play_iterator.py Attempt 4: Prevent reparenting a block with itself (#38747) 8 years ago
playbook_executor.py Allow variables to be used in vars_prompt (#32802) 8 years ago
stats.py Provide a way to explicitly invoke the debugger (#34006) 8 years ago
task_executor.py Don't skip conditional exception on includes (#39377) 8 years ago
task_queue_manager.py ignore version when deciding callback loading (#38281) 8 years ago
task_result.py hide uneeded fields for callbacks (#36259) 8 years ago