community.general/lib/ansible/executor
Brian Coca f39799fbcd implemented loop pausing (#17289)
* implemented loop pausing

- added loop pause to changelog
- only pause between iterations, avoid 1st/last
- added example to docs

* fixed note placement

* else

* added docs for loop_control: label
2016-08-31 16:09:37 -04:00
..
process Move queuing tasks to a background thread 2016-08-31 13:33:01 -05:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
action_write_locks.py Move queuing tasks to a background thread 2016-08-31 13:33:01 -05:00
module_common.py Move queuing tasks to a background thread 2016-08-31 13:33:01 -05:00
play_iterator.py Cache tasks by uuid in PlayIterator for O(1) lookups 2016-08-10 12:49:19 -05:00
playbook_executor.py Clean up PlaybookExecutor logic for batches and errors 2016-08-18 13:52:34 -05:00
stats.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_executor.py implemented loop pausing (#17289) 2016-08-31 16:09:37 -04:00
task_queue_manager.py Move queuing tasks to a background thread 2016-08-31 13:33:01 -05:00
task_result.py Performance improvements 2016-08-08 15:58:46 -05:00