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 1c185b68be Rearranging some become stuff in relation to action/connection plugins
Moving the make_sudo_cmd() calls back up to the action level so that connection
plugins don't have to know about it at all, and moving some of the become data
(prompt and success_key) into the ConnectionInformation object so they don't
need to be passed around needlessly.
2015-07-19 01:12:23 -04:00
..
process Cleaning up some of the notify/facts logic added earlier to fix problems 2015-07-17 14:44:19 -04:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
connection_info.py Rearranging some become stuff in relation to action/connection plugins 2015-07-19 01:12:23 -04:00
module_common.py Fixing ansible_*_interpreter use 2015-06-04 15:43:07 -04:00
play_iterator.py Make gathering=explicit work again 2015-07-17 13:05:00 +05:30
playbook_executor.py Fix group/host var loading relative to playbook basedir 2015-07-14 09:26:24 -04:00
stats.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_executor.py Cleaning up some of the notify/facts logic added earlier to fix problems 2015-07-17 14:44:19 -04:00
task_queue_manager.py now callback errors are not silent but warnings 2015-07-13 19:23:27 -04:00
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 2015-07-16 17:50:15 +05:30