community.general/lib/ansible/executor
James Cammarata 15e648dd94 Fix handler listeners as a list
The listen statement on handlers should have supported a list, however
it was broken in the revision of the pub/sub feature based on the handler
revamp. This patch corrects the bug, so this works again:

- name: some handler
  ...
  listen:
  - some target
  - another target

Fixes #16378
2016-06-21 10:00:10 -05:00
..
process Tweak the poll time to 0.005 to improve perf with large playbooks 2016-06-06 11:24:32 -05:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
module_common.py Workaround bad interaction with .pth files. (#16238) 2016-06-13 07:56:18 -07:00
play_iterator.py FEATURE: handler listeners 2016-06-20 09:30:20 -05:00
playbook_executor.py better handling of retry files 2016-06-10 14:03:22 -04:00
stats.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_executor.py Remove unneeded pass 2016-06-13 09:43:51 -07:00
task_queue_manager.py Fix handler listeners as a list 2016-06-21 10:00:10 -05:00
task_result.py add jimi-c's unit test for squashed skip results, tweaked is_skipped() logic to pass 2016-05-05 15:29:10 -07:00