summaryrefslogtreecommitdiff
path: root/lib/ansible/executor/task_executor.py
Commit message (Expand)AuthorAgeFilesLines
* Wrap all results, regardless of register, except for actions with clean facts...Matt Martz2021-06-041-3/+12
* Prevent conditional templating errors from masking task output. Fixes #37187 ...Matt Martz2021-06-041-2/+8
* Async status rewriteBrian Coca2021-06-031-4/+2
* delegation fix (#74685)Brian Coca2021-05-241-4/+3
* Skip interpreter discovery for network OSs(#74012)Brian Coca2021-05-141-0/+6
* Fix missing delegate display (#74370)Brian Coca2021-04-281-0/+5
* Fix debug factsetter (#74067)Brian Coca2021-03-311-2/+2
* Send callbacks directly from the TaskExecutor instead of TaskResults masquera...Matt Martz2021-03-181-4/+21
* Auto cleanup of async cache file (#73760)David Shrewsbury2021-03-041-0/+22
* Consolidate filters/tests handling into JinjaPluginIntercept (#71463)Martin Krizek2021-01-211-3/+3
* avoid key errors on environment access (#72620)Brian Coca2020-11-171-1/+1
* Add verbose log for network action handler informationGanesh B Nalawade2020-11-051-0/+3
* Fix missing ansible.builtin FQCNs in hardcoded action names (#71824)Felix Fontein2020-11-031-4/+4
* Ensure we call action_loader.get with collection_list (#72206)Matt Martz2020-10-191-1/+1
* Fix passing the connection timeout to connection plugins (#71722)Sloane Hertel2020-09-151-0/+4
* Set global skipped result flag for looped tasks (#67847)Martin Krizek2020-08-281-1/+6
* Fix incorrect msg in the results dict in loops (#71482)Martin Krizek2020-08-271-1/+1
* Allow callbacks from forks (#70501)Matt Martz2020-08-171-10/+15
* Misc typo fixes (#71089)Abhijeet Kasurde2020-08-051-1/+1
* dont clobber facts in loop (#71032)Brian Coca2020-08-041-2/+2
* Do not add connection vars to the output results (#70853)Jordan Borean2020-07-241-7/+2
* fix internal cases of actions calling unqualified module names (#70818)Matt Davis2020-07-231-2/+2
* Allow hostvars delegation (#70331)Brian Coca2020-07-221-23/+31
* misc typo fixes (#70736)Abhijeet Kasurde2020-07-191-2/+2
* template connection variables accessed directly before using (#70657)Sloane Hertel2020-07-161-3/+14
* Make sure ansible_become treated as a boolean (#70484)David Shrewsbury2020-07-081-1/+2
* Handle post_validate templating errors and fix tests (#70240)Sloane Hertel2020-06-301-1/+6
* Nuke with_ squashing, deprecated for 2.11 (#70209)Rick Elrod2020-06-231-91/+0
* config: singular ANSIBLE_COLLECTIONS_PATH (#70007)James Cassell2020-06-111-1/+1
* do we really need update vars from pc? (#69952)Brian Coca2020-06-101-21/+0
* support hard coded module_defaults.yml groups for collections (#69919)Sloane Hertel2020-06-091-1/+3
* Deprecation revisited (#69926)Felix Fontein2020-06-091-1/+1
* various deprecation, display, warning, error fixes for collections redirectio...Matt Davis2020-06-051-1/+1
* Version source tagging (automatic and manual) for version_added and deprecati...Felix Fontein2020-05-281-1/+1
* Prevent losing error info by including both loop and cond error msgs (#68485)Martin Krizek2020-05-281-1/+4
* Make connection plugins use password from config (#69670)Rick Elrod2020-05-271-0/+7
* collection routing (#67684)Matt Davis2020-05-261-2/+2
* Fix `ansible -K` become_pass regression (#69629)Rick Elrod2020-05-221-4/+7
* added 'task timeout' feature (#69284)Brian Coca2020-05-191-0/+18
* fix delegation vars usage (debug still shows inventory_hostname) (#69244)Brian Coca2020-05-141-60/+61
* Try to load action plugin from the same collection as the module (#66701)Nathaniel Case2020-01-311-4/+11
* Ensure that data within a tuple is marked as unsafe (#65918)Matt Martz2020-01-071-3/+3
* Fix network action plugin load in collection (#65849)Ganesh Nalawade2019-12-161-1/+1
* Add method to automatically clean up after an action plugin (#65509)Matt Martz2019-12-061-0/+3
* Fix cli context check for network_cli connection (#64697)Ganesh Nalawade2019-11-261-3/+3
* unsafe wrapping should only happen for with_ loops (#64401)Matt Martz2019-11-061-6/+1
* Ensure we don't erase unsafe context in TaskExecutor.run on bytes (#62287)Matt Martz2019-09-131-2/+2
* Debug location of ansible-connection when found (#61998)Nathaniel Case2019-09-091-0/+1
* Properly load module_prefix for collections in task_executor.py (#60420)Paul Belanger2019-08-291-1/+1
* Remove UnsafeProxy (#59711)Martin Krizek2019-08-071-2/+2