summaryrefslogtreecommitdiff
path: root/lib/ansible/executor
Commit message (Expand)AuthorAgeFilesLines
* [stable-2.11] Use full python package for ansiballz cache filenames (#77090) ...Matt Martz2022-03-151-1/+1
* ssh connection: use 'correct' host in all cases (#76017) (#76969)Brian Coca2022-02-161-3/+14
* 2.11 `action_groups` normalization (#76171)Matt Martz2021-11-241-1/+11
* Skip python interpreter discovery for 'forced local' module execution (#74824...Brian Coca2021-08-061-34/+49
* [stable-2.11] module_common - handle cache directory creation collision (#751...Sam Doran2021-07-121-5/+10
* [stable-2.11] task_executor - use correct value for ssh connection retries (#...Sam Doran2021-07-111-0/+3
* delegation fix (#74685) (#74811)Brian Coca2021-06-141-4/+3
* [2.11] Fix using module-specific module_defaults in action plugins (#74849)Sloane Hertel2021-06-141-3/+8
* restores delegated vars that were not passed (#74371)Brian Coca2021-05-171-0/+4
* Use a file-like obj for stdout/stderr for deadlock workaround (#74156) (#74160)Martin Krizek2021-04-061-2/+1
* Implement workaround for stdout deadlock in multiprocessing shutdown (#74099)Matt Martz2021-04-051-0/+13
* 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
* add optional module_utils import support (#73832)Matt Davis2021-03-101-16/+33
* Auto cleanup of async cache file (#73760)David Shrewsbury2021-03-041-0/+22
* module compat for py3.8+ controller (#73423)Matt Davis2021-02-101-1/+3
* Consolidate filters/tests handling into JinjaPluginIntercept (#71463)Martin Krizek2021-01-211-3/+3
* Add implicit role_complete block instead of role._eor (#72208)Martin Krizek2020-12-091-10/+5
* avoid key errors on environment access (#72620)Brian Coca2020-11-171-1/+1
* Fix super annoying Python 2.6 multiprocessing.Queue stack trace in CI (#72604)Sam Doran2020-11-121-0/+17
* Add verbose log for network action handler informationGanesh B Nalawade2020-11-051-0/+3
* Adjust action groups to moved modules (#72428)Felix Fontein2020-11-051-2/+2
* Fix missing ansible.builtin FQCNs in hardcoded action names (#71824)Felix Fontein2020-11-032-5/+5
* rethink wording (#70028)Brian Coca2020-10-302-8/+8
* run playbook from collections (#67435)Brian Coca2020-10-281-1/+21
* Ensure we call action_loader.get with collection_list (#72206)Matt Martz2020-10-191-1/+1
* make collection callbacks follow normal flow (#59932)Brian Coca2020-10-151-30/+48
* Fix passing the connection timeout to connection plugins (#71722)Sloane Hertel2020-09-151-0/+4
* Ensure we clean up if an exception kills strategy.run. Fixes #23958 (#71513)Matt Martz2020-09-031-3/+5
* 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
* _check_failed_state: always use the current/nested state (#71347)Martin Krizek2020-08-261-1/+1
* Make it so callback plugins can act on implicit/explicit meta tasks (#71009)Rick Elrod2020-08-181-0/+20
* Fix play stats when rescue block is a child block (#70922)David Shrewsbury2020-08-181-0/+11
* Allow callbacks from forks (#70501)Matt Martz2020-08-173-21/+59
* add jinja2 global to reserved names (#71088)Brian Coca2020-08-051-4/+1
* Misc typo fixes (#71089)Abhijeet Kasurde2020-08-051-1/+1
* dont clobber facts in loop (#71032)Brian Coca2020-08-041-2/+2
* ansiballz - remove deprecated excommunicate command (#70921)Sam Doran2020-07-291-4/+0
* 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
* win async - use full path for powershell (#70703)Jordan Borean2020-07-181-1/+2
* refactor Python module_utils locator (#70610)Matt Davis2020-07-161-304/+315
* template connection variables accessed directly before using (#70657)Sloane Hertel2020-07-161-3/+14
* Allow single vault encrypted values to be used directly as module parameters....Matt Martz2020-07-141-2/+3
* Speedup modify module (#70475)Matt Martz2020-07-091-1/+24
* 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