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/plugins
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
7 years ago
..
action Update win_copy for #32677 (#32682) 7 years ago
cache Fix flush_cache on redis cache 7 years ago
callback fixes to events/callbacks (#32633) 7 years ago
cliconf New enos_facts, + module_utils/enos.py. modifying copyright year in rest all (#31696) 7 years ago
connection Connection plugins network_cli and netconf (#32521) 7 years ago
filter Combine lists of dicts (#32686) 7 years ago
inventory Get (potentially) new composite host vars from inventory (#32606) 7 years ago
lookup Lookup plugin for the OpenShift Container Platform. 7 years ago
netconf Add support for netconf network discovery (#25435) 7 years ago
shell minor become/runas cleanup (#32564) 7 years ago
strategy fixes to events/callbacks (#32633) 7 years ago
terminal Connection plugins network_cli and netconf (#32521) 7 years ago
test better backwards compat handling of status 7 years ago
vars Port ansible doc for plugins to use DOCUMENTATION variables 7 years ago
__init__.py allow config for callbaks and some fixes 7 years ago
loader.py Enable more pylint rules and fix reported issues. (#30539) 7 years ago