Files
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
..
2015-05-03 21:47:26 -05:00
2016-06-20 09:30:20 -05:00
2015-05-03 21:47:26 -05:00
2016-06-13 09:43:51 -07:00