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
Abhijit Menon-Sen 28e2eae902 Make gathering=explicit work again
There was a confusion between the valid values for defaults.gathering
(explicit/implicit/smart) and a play's gather_facts setting (boolean),
which resulted in gathering=explicit being ignored.
11 years ago
..
process now that invocation is only async again, no need to sanitize 11 years ago
__init__.py Making the switch to v2 11 years ago
connection_info.py Adding back --start-at-task feature 11 years ago
module_common.py Fixing ansible_*_interpreter use 11 years ago
play_iterator.py Make gathering=explicit work again 11 years ago
playbook_executor.py Fix group/host var loading relative to playbook basedir 11 years ago
stats.py Making the switch to v2 11 years ago
task_executor.py removed extra print now that items are getting passed to callback in result 11 years ago
task_queue_manager.py now callback errors are not silent but warnings 11 years ago
task_result.py Fix #11369 A result is skipped when all it's children are skipped. This makes it fundamentally different from a result that was changed/failed/unreachable 11 years ago