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
Jordan Borean c9086061ca
Allow check mode async task disabling check_mode (#82827)
* Allow check mode async task disabling check_mode

Allows running an async task with check_mode: False when the playbook is
being run in check mode.

* Add check_mode attribute to internal cleanup task
3 months ago
..
discovery Require `from __future__ import annotations` (#81902) 9 months ago
powershell Remove Python 2 importlib.import_module compat (#81879) 9 months ago
process Require `from __future__ import annotations` (#81902) 9 months ago
__init__.py Require `from __future__ import annotations` (#81902) 9 months ago
action_write_locks.py Clean up unused imports in core (#79900) 1 year ago
interpreter_discovery.py Updates to interpreter discovery for 2.17 (#82420) 4 months ago
module_common.py Require `from __future__ import annotations` (#81902) 9 months ago
play_iterator.py flush_handlers: handle a failure in a nested block with force_handlers (#81572) 8 months ago
playbook_executor.py Require `from __future__ import annotations` (#81902) 9 months ago
stats.py Require `from __future__ import annotations` (#81902) 9 months ago
task_executor.py Allow check mode async task disabling check_mode (#82827) 3 months ago
task_queue_manager.py Require `from __future__ import annotations` (#81902) 9 months ago
task_result.py Remove the yum module, redirect it to dnf (#81895) 5 months ago