You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/executor
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
9 years ago
..
process Revert "Move queuing tasks to a background thread" 9 years ago
__init__.py Making the switch to v2 11 years ago
action_write_locks.py Change <support@ansible.com> - it's being retired. 9 years ago
module_common.py Allow OSError to skip scriptdir removal 9 years ago
play_iterator.py Reworking the way end of role detection is done 9 years ago
playbook_executor.py Pass the absolute path to dirname when assigning basedir (#17457) 9 years ago
stats.py allow modules to set custom stats (#18946) 9 years ago
task_executor.py adds feature to allow connection to set action plugin (#18762) 9 years ago
task_queue_manager.py Template "original_task" fields in _process_pending_results 9 years ago
task_result.py minor spelling changes 9 years ago