community.general/lib/ansible/plugins
Will Thames ef8c9798d3 include_role handlers bug fix (#26335)
* Ensure that include_role properly fires handlers

include_role needs to ensure that any handlers included
with the role are added to the _notified_handler and
_listening_handler lists of the TaskQueueManager, otherwise
it fails when trying to run the handler.

Additionally, the handler needs to be added to the
PlayIterator's `_uuid_cache` or it fails after running
the handler

Add more uuid debug statements - this code was hard
to debug with existing debug statements, so add more
uuid information at little additional output cost.

Fixes #18411

* Add tests for include_role handlers

Tests for #18411
2017-07-19 15:02:32 -05:00
..
action nxos integration fix part 1 (#27069) 2017-07-19 14:00:05 -04:00
cache Fix redis cache for python3 2017-06-13 09:50:46 -04:00
callback PEP 8 fix. 2017-07-18 10:22:34 -07:00
cliconf New module aireos_command (#26769) 2017-07-19 23:14:52 +05:30
connection Initial working prototype of a salt bus connection plugin (#12836) 2017-07-19 12:48:50 -06:00
filter Kc update ip filter (#26566) 2017-07-12 17:17:58 +01:00
inventory Fix typo in docstring for host inventory plugin 2017-07-18 18:41:52 -04:00
lookup Consolidate boolean/mk_boolean conversion functions into a single location 2017-07-17 11:48:05 -07:00
netconf Add support for netconf network discovery (#25435) 2017-06-28 11:07:38 +05:30
shell added ansible_remote_tmp inventory var (#26754) 2017-07-13 15:31:10 -07:00
strategy include_role handlers bug fix (#26335) 2017-07-19 15:02:32 -05:00
terminal New module aireos_command (#26769) 2017-07-19 23:14:52 +05:30
test better backwards compat handling of status 2017-07-05 21:44:00 -04:00
vars ensure proper typing of path, cause py3 listdir 2017-06-19 16:35:50 -04:00
__init__.py Powershell module_utils loader and tests (#26932) 2017-07-18 20:44:01 -07:00