summaryrefslogtreecommitdiff
path: root/lib/ansible/executor/task_executor.py
Commit message (Expand)AuthorAgeFilesLines
* [2.13] don't ignore templated _raw_params that k=v parser failed to parse (#7...Matt Davis2023-02-151-0/+4
* Replace get_persistent_connection_options in task_executor with get_options (...Kate Case2022-08-311-26/+27
* Add toggle to fix module_defaults with module-as-redirected-action on a per-m...Sloane Hertel2022-06-081-5/+23
* Fix final fact delegation (#77008)Brian Coca2022-02-111-7/+1
* avoid polluting vars with incorrect settings (#76590)Brian Coca2022-02-071-27/+51
* ssh connection: use 'correct' host in all cases (#76017)Brian Coca2022-02-071-3/+14
* add_host/group_by: fix using changed_when in a loop (#71719)Martin Krizek2022-02-041-1/+2
* Resolve perf issue with async callback events (#76783)Matt Martz2022-01-211-6/+6
* loop/fact delegation fix (#75768)Brian Coca2021-11-011-2/+14
* Start of moving away from six (#75863)Martin Krizek2021-10-211-5/+4
* _run_loop: Add the task name to the warning (#76012)Yedidyah Bar David2021-10-141-2/+2
* add action_groups support to collections (#74039)Sloane Hertel2021-07-141-1/+2
* task_executor - use correct value for ssh connection retries (#75155)Sam Doran2021-07-061-0/+3
* Implement async callbacks (#74953)David Shrewsbury2021-06-221-1/+15
* 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