1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/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
2018-04-26 13:39:44 -05:00
..
process include_role handlers bug fix (#26335) 2017-07-19 15:02:32 -05:00
__init__.py ansible/executor: PEP8 compliancy (#24695) 2017-05-30 18:13:53 +01:00
action_write_locks.py Clarify the comments for action_write_locks 2018-04-26 09:42:18 -07:00
module_common.py Tolerate win line endings on windows module_util load (#37291) 2018-04-06 07:13:31 +10:00
play_iterator.py Attempt 4: Prevent reparenting a block with itself (#38747) 2018-04-16 12:33:08 -05:00
playbook_executor.py Allow variables to be used in vars_prompt (#32802) 2018-01-05 13:24:20 -06:00
stats.py Provide a way to explicitly invoke the debugger (#34006) 2018-01-09 13:50:07 -06:00
task_executor.py Don't skip conditional exception on includes (#39377) 2018-04-26 13:39:44 -05:00
task_queue_manager.py ignore version when deciding callback loading (#38281) 2018-04-10 17:15:28 -04:00
task_result.py hide uneeded fields for callbacks (#36259) 2018-02-20 08:41:18 -05:00