ansible/test
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
..
compile Docs how to test (2nd) (#24094) 2017-04-28 09:08:26 +01:00
integration include_role handlers bug fix (#26335) 2017-07-19 15:02:32 -05:00
results Create bot friendly sanity output. (#22381) 2017-03-07 14:59:50 -08:00
runner Consolidate boolean/mk_boolean conversion functions into a single location 2017-07-17 11:48:05 -07:00
sanity [cloud] s3_bucket: policy comparison - fixes #25428 (#25723) 2017-07-19 07:01:33 -04:00
units nxos integration fix part 1 (#27069) 2017-07-19 14:00:05 -04:00
utils Optimize running of CI cloud integration tests. 2017-07-14 22:28:14 -07:00