community.general/lib/ansible/plugins/strategy
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
..
__init__.py Fix the way handlers are compiled and found/notified 2016-07-06 14:57:38 -05:00
debug.py Remove workaround for fixed bug. (#15340) 2016-04-10 09:24:54 -07:00
free.py Properly template task names in free strategy 2016-06-15 09:49:04 +02:00
linear.py Expand return code values returned by TQM and strategies 2016-06-08 10:21:57 -05:00