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
Matt Davis 73f50b4f9f fix Windows env handling (#22927)
* fixes #22441
* fixes #22655
* moves all env handling into the exec wrapper; this should work for everything but raw, which is consistent with non-Windows.
2017-03-23 17:48:15 -07:00
..
process Stash post-validated fields of the task in the TaskResult 2017-02-21 14:35:13 -06:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
action_write_locks.py Change <support@ansible.com> - it's being retired. 2016-10-15 16:42:13 -07:00
module_common.py fix Windows env handling (#22927) 2017-03-23 17:48:15 -07:00
play_iterator.py Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
playbook_executor.py Restore "skipping: no hosts matched" message 2017-02-08 16:03:29 -05:00
stats.py Use isinstance instead of type() comparisons. isinstance is more robust 2017-02-16 16:34:43 -08:00
task_executor.py Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
task_queue_manager.py Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
task_result.py Fix 'task name is not templated in retry callback' (add task_name property to TaskResult) (#21214) 2017-02-24 12:33:24 -05:00