community.general/lib/ansible/playbook
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
..
role
__init__.py
attribute.py
base.py
become.py
block.py
conditional.py
handler.py
handler_task_include.py
helpers.py
included_file.py
loop_control.py
play.py
play_context.py
playbook_include.py
role_include.py
taggable.py
task.py
task_include.py