community.general/lib/ansible/playbook/role
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
..
__init__.py Reworking the way end of role detection is done 2017-01-18 17:29:52 -06:00
definition.py With role params also keep special params in the ds as well as params 2016-11-18 22:15:55 -06:00
include.py Better error for bad role def 2016-10-14 11:38:09 -04:00
metadata.py Use new YAML syntax in role dependencies. 2016-09-29 21:57:12 -04:00
requirement.py Enable most unittests on python3 (just some vault unittests and a logging one left) (#17240) 2016-08-25 07:30:03 -07:00