ansible/lib/ansible/executor
Brian Coca 131d417c7a made callbacks backwards compatible (#30625)
* made callbacks backwards compatible

This fixes #30597 for those that were not inheriting from base.

Added deprecation notice so those callbacks get updated.

Callback must either inherit from base (directly or indirectly),
which already implements this or implement set_options themselves.

* added note about porting guide
2017-09-20 15:20:19 -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 Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
module_common.py Fix dangerous default args. (#29839) 2017-09-12 00:11:13 -07:00
play_iterator.py Consolidate boolean/mk_boolean conversion functions into a single location 2017-07-17 11:48:05 -07:00
playbook_executor.py use proper booleans for vars_prompt 2017-08-14 16:52:53 -04:00
stats.py executor stats and task_executor pep8 error (#23651) 2017-08-18 08:55:48 -04:00
task_executor.py Enable more pylint rules and fix reported issues. (#30539) 2017-09-18 23:20:32 -07:00
task_queue_manager.py made callbacks backwards compatible (#30625) 2017-09-20 15:20:19 -04:00
task_result.py Fix typo 2017-09-19 16:10:21 +02:00