1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/executor
James Cammarata e7b2308b66 Performance improvements
* Speed up serialization of hostvars by simply using the internal
  dictionary used for cached lookups
* Use blocking gets/puts on queues instead of spin locking
* Merge sequential implicitly created blocks
2015-08-17 13:46:57 -04:00
..
process Performance improvements 2015-08-17 13:46:57 -04:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
module_common.py Fixes for WinRM/PowerShell support in v2. 2015-07-31 14:38:31 -04:00
play_iterator.py made returns from next task consistent to avoid typeerrors, also linear now checks for none 2015-08-14 18:07:14 -04:00
playbook_executor.py allow for vars_prompt and pause prompt to be skipped in non interactive settings 2015-08-06 19:20:45 -04:00
stats.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_executor.py now passes the test of skipping list when dict attribute is undefined, added deprecation warning as this seems like bad behaviour 2015-08-16 10:16:02 -04:00
task_queue_manager.py adding display to plugins and start moving debug to display 2015-07-23 10:26:12 -04:00
task_result.py Make sure we're actually looping before looking at 'results' in TaskResult 2015-07-24 11:55:22 -04:00