ansible/lib/ansible/plugins
James Cammarata feebe73ede 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

(cherry picked from commit 930d090507)
2016-07-06 15:46:43 -05:00
..
action Parse async response in async action. (#16534) 2016-07-01 15:24:41 -07:00
cache ignore closing file error when file not open 2016-06-14 09:34:57 -04:00
callback fix: playbook_on_task_start expects name and not task object (#16168) 2016-06-07 09:43:39 -04:00
connection prevent spurious pywinrm arg warnings for non-pywinrm connection args 2016-07-05 16:05:42 -07:00
filter Properly wrap objects using json default encoder 2016-06-23 09:20:35 -05:00
inventory
lookup Lookup password omit salt (#16361) 2016-06-27 10:47:33 -07:00
shell Use find -exec + so that failures will be visible in find's exit code (#16389) 2016-06-22 05:44:35 -07:00
strategy Fix the way handlers are compiled and found/notified 2016-07-06 15:46:43 -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
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 11:15:24 -07:00