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
Sloane Hertel b981a9dfcd
add a worker queue to get updates from the main results thread (#79886)
* Create a queue per WorkerProcess to receive intra-task updates
* Update `pause` action to use the worker queue
* Deprecate ConnectionBase()._new_stdin
* Add new `Display`  convenience method `prompt_until` to manage both controller- and worker-sourced prompting without cross-fork stdin sharing, in-worker mechanism to handle request-response over new worker queue.
1 year ago
..
discovery Python interpreter discovery (#50163) 5 years ago
powershell Change ansible_job_id format (#79951) 1 year ago
process add a worker queue to get updates from the main results thread (#79886) 1 year ago
__init__.py ansible/executor: PEP8 compliancy (#24695) 7 years ago
action_write_locks.py Clean up unused imports in core (#79900) 1 year ago
interpreter_discovery.py hide distro map since it is not configurable (#78068) 2 years ago
module_common.py Remove unused code. (#78499) 2 years ago
play_iterator.py Correctly count rescued tasks in play stats (#79724) 1 year ago
playbook_executor.py Move collection playbook output from "warning" to "-v" (#79320) 2 years ago
stats.py Remove collections compat from controller code. 2 years ago
task_executor.py Add condition that causes a when to skip a task to output msg (#78918) 1 year ago
task_queue_manager.py add a worker queue to get updates from the main results thread (#79886) 1 year ago
task_result.py Fix missing ansible.builtin FQCNs in hardcoded action names (#71824) 4 years ago