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
Toshio Kuratomi 98feafb411 Fix the mapping of module_name to Locks
This was reinitialized every time we forked before so we weren't sharing
the same Locks.  It also was not accounting for modules which were
directly invoked by an action plugin instead of going through the
strategy plguins.
9 years ago
..
process Make the loop variable (item by default) settable per task 9 years ago
__init__.py Making the switch to v2 10 years ago
module_common.py Fix the mapping of module_name to Locks 9 years ago
play_iterator.py Fixing the way we iterate over child states for tasks 9 years ago
playbook_executor.py fixes to vault/copy 9 years ago
stats.py Making the switch to v2 10 years ago
task_executor.py Convert byte strings to unicode strings in our task results (#15581) 9 years ago
task_queue_manager.py show callback exception on debug 9 years ago
task_result.py Break apart a looped dependency to show a warning when parsing playbooks 9 years ago