community.general/lib/ansible/plugins/strategy
Brian Coca 59d5481abb
fixes to events/callbacks (#32633)
* fixes to events/callbacks

  - made note of 'not called' methods for future fixes
  - removed uncalled v2_runner_on_file_diff because dupe of v2_on_file_diff, which is called
  - removed v2_runner_on_no_hosts due to existing pb level ones, which are called
  - removed v2_on_setup, it is just a task, triggers normal task events
  - v2_on_notify is now called when a handler is notified
  - TODO: async, cleanup? and import events
    these currently occur in code that has no access to sending events

* corrected display
2017-11-09 17:12:37 -05:00
..
__init__.py fixes to events/callbacks (#32633) 2017-11-09 17:12:37 -05:00
debug.py Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
free.py Enable more pylint rules and fix reported issues. (#30539) 2017-09-18 23:20:32 -07:00
linear.py calculate max fail against all hosts in batch 2017-11-01 08:45:31 -07:00