community.general/lib/ansible/plugins
James Cammarata 930d090507 Fix the way handlers are compiled and found/notified
* Instead of rebuilding the handler list all over the place, we now
  compile the handlers at the point the play is post-validated so that
  the view of the play in the PlayIterator contains the definitive list
* Assign the dep_chain to the handlers as they're compiling, just as we
  do for regular tasks
* Clean up the logic used to find a given handler, which is greatly
  simplified by the above changes

Fixes #15418
2016-07-06 14:57:38 -05:00
..
action Parse async response in async action. (#16534) 2016-07-01 14:52:45 -07:00
cache ignore closing file error when file not open 2016-06-14 09:34:41 -04:00
callback added back spaces for profile_tasks formatting 2016-07-06 15:39:09 -04:00
connection prevent spurious pywinrm arg warnings for non-pywinrm connection args 2016-07-05 16:04:59 -07:00
filter Properly wrap objects using json default encoder 2016-06-23 09:19:32 -05:00
lookup Refactor the parameter splitting in ini lookup to handle more path formats (#16477) 2016-06-28 13:24:57 -04:00
shell Use find -exec + so that failures will be visible in find's exit code (#16389) 2016-06-22 05:42:37 -07:00
strategy Fix the way handlers are compiled and found/notified 2016-07-06 14:57:38 -05:00
test Reverse boilerplate order because from __future__ must be the first code in the file 2016-03-24 20:08:39 -07:00
vars Making the switch to v2 2015-05-03 21:47:26 -05:00
__init__.py When walking through module directories, always follow symlinks. (#15784) 2016-05-09 14:24:39 -04:00