1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-25 18:51:59 +00:00
community.general/test/units
James Cammarata cae682607c Reworking the way end of role detection is done
Rather than trying to enumerate tasks or track an ever changing cur_role
flag in PlayIterator, this change simply sets a flag on the last block in
the list of blocks returned by Role.compile(). The PlayIterator then checks
for that flag when the cur_block number is incremented, and marks the role
as complete if the given host had any tasks run in that role.

Fixes #20224
2017-01-18 17:29:52 -06:00
..
cli
contrib
errors
executor Reworking the way end of role detection is done 2017-01-18 17:29:52 -06:00
inventory
inventory_test_data/group_vars
mock
module_utils Switch tests to pytest and ansible-test. 2017-01-11 12:34:59 -08:00
modules Refactor iosxr_template to network_cli plugin 2017-01-17 20:01:56 +01:00
parsing Switch tests to pytest and ansible-test. 2017-01-11 12:34:59 -08:00
playbook
plugins
template
utils
vars
__init__.py