summaryrefslogtreecommitdiff
path: root/lib/ansible/executor
Commit message (Expand)AuthorAgeFilesLines
* [2.10] Fix using module-specific module_defaults in action plugins (#74850)Sloane Hertel2021-06-141-3/+8
* Fix debug factsetter (#74067) (#74084)Brian Coca2021-04-051-2/+2
* add optional module_utils import support (#73832) (#73918)Matt Davis2021-04-041-15/+55
* [2.10] Fix missing ansible.builtin FQCNs in hardcoded action names (#72457)Felix Fontein2020-12-072-5/+5
* Adjust action groups to moved modules (#72428) (#72496)Felix Fontein2020-12-071-2/+2
* [stable-2.10] Fix super annoying Python 2.6 multiprocessing.Queue stack trace...Sam Doran2020-11-201-0/+17
* make collection callbacks follow normal flow (#59932) (#72227)Brian Coca2020-10-231-26/+47
* [stable-2.10] Ensure we call action_loader.get with collection_list (#72206) ...Matt Martz2020-10-231-1/+1
* Fix passing the connection timeout to connection plugins (#71722) (#71785)Sloane Hertel2020-09-281-0/+4
* Fix play stats when rescue block is a child block (#70922) (#71334)David Shrewsbury2020-08-281-0/+11
* dont clobber facts in loop (#71032) (#71095)Brian Coca2020-08-271-2/+2
* _check_failed_state: always use the current/nested state (#71347) (#71457)Martin Krizek2020-08-271-1/+1
* Docs [2.10] Backportapalooza 6 (#71129)Sandra McCann2020-08-071-1/+1
* [DOCS] Backportapalooza 5 (#70999)Sandra McCann2020-07-311-2/+2
* Do not add connection vars to the output results (#70853) (#70855)Jordan Borean2020-07-231-7/+2
* fix internal cases of actions calling unqualified module names (#70818) (#70840)Matt Davis2020-07-231-2/+2
* Allow hostvars delegation (#70331) (#70810)Brian Coca2020-07-221-23/+31
* 2.10: Detect failure in always block after rescue (#70094) (#70204)Martin Krizek2020-07-221-1/+1
* win async - use full path for powershell (#70703) (#70714)Jordan Borean2020-07-211-1/+2
* [2.10] template connection variables accessed directly before using (#70657) ...Sloane Hertel2020-07-211-3/+14
* [stable-2.10] Allow single vault encrypted values to be used directly as modu...Matt Martz2020-07-171-2/+3
* Make sure ansible_become treated as a boolean (#70484) (#70526)David Shrewsbury2020-07-171-1/+2
* [2.10] Handle post_validate templating errors and fix tests (#70240) (#70389)Sloane Hertel2020-07-171-1/+6
* refactor Python module_utils locator (#70610) (#70711)Matt Davis2020-07-171-303/+315
* try to load unqualified plugins from whitelist (#70086)Matt Davis2020-06-161-8/+22
* 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-092-8/+39
* Deprecation revisited (#69926)Felix Fontein2020-06-091-1/+1
* avoid constant checking controlpersist (#69910)Brian Coca2020-06-091-2/+2
* various deprecation, display, warning, error fixes for collections redirectio...Matt Davis2020-06-051-1/+1
* [ansiballz] ensure that '' is not in sys.path (#69342)Rick Elrod2020-06-011-2/+4
* Make Python path warning say what it means to say (#69669)Karl Fogel2020-05-291-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-263-29/+64
* Fix `ansible -K` become_pass regression (#69629)Rick Elrod2020-05-221-4/+7
* added 'task timeout' feature (#69284)Brian Coca2020-05-191-0/+18
* Cleanup for Python 3.9 and pycodestyle compat.Matt Clay2020-05-141-1/+1
* fix delegation vars usage (debug still shows inventory_hostname) (#69244)Brian Coca2020-05-141-60/+61
* Add resource_from_fqcr utility function. (#68474)Felix Fontein2020-05-141-1/+2
* avoid fatal tb on bad fqcn callback name (#69440)Brian Coca2020-05-131-2/+5
* Fix --start-at-task when skipping tasks with no name (#68951)David Shrewsbury2020-04-211-1/+1
* windows - fix up env var quoting for unicode single quotes (#68968)Jordan Borean2020-04-161-7/+8
* Add relative module_util support for powershell (#68321)Jordan Borean2020-04-012-31/+48
* Fix ansible-test code coverage collection. (#68502)Matt Clay2020-03-271-0/+10
* fix vault temp file handling (#68433)Brian Coca2020-03-251-0/+11
* Address compat issue for collection loading on py26 (#68219)Matt Martz2020-03-232-13/+2
* Fix runas as collection become plugin (#67638)Jordan Borean2020-02-211-1/+1