ansible/lib/ansible/executor
Brian Coca 27c43daab8
fix minor issues with debug and item labels (#41331)
* fix minor issues with debug and item labels

 - no more `item=None`, we always have a label now
 - debug should only show expected information, either msg= or the var in var=
 - also fixed method name, deprecated misleading _get_item
2018-06-21 16:14:57 -04: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 Remove an unnecessary import from the ansiballz wrapper (#41747) 2018-06-21 12:04:55 +10:00
play_iterator.py Add a helper to PlayIterator to recursively find the active state (#40847) 2018-05-29 15:48:32 -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 fix minor issues with debug and item labels (#41331) 2018-06-21 16:14:57 -04:00
task_queue_manager.py use correct object in error 2018-05-22 11:10:57 -04:00
task_result.py no_log even when task_result doesn't provide key 2018-06-12 10:25:30 -07:00