summaryrefslogtreecommitdiff
path: root/lib/ansible/executor
Commit message (Expand)AuthorAgeFilesLines
* restores delegated vars that were not passed (#74371) (#75347)Brian Coca2021-08-041-0/+4
* add optional module_utils import support (#73832) (#73916)Matt Davis2021-04-041-3/+33
* Ensure that data within a tuple is marked as unsafe (#65918) (#73044)Felix Fontein2021-01-111-3/+3
* make collection callbacks follow normal flow (#59932) (#72228)Brian Coca2020-12-071-15/+51
* [2.9] Fix missing ansible.builtin FQCNs in hardcoded action names (#72458)Felix Fontein2020-12-072-5/+5
* Try to load action plugin from the same collection as the module (#66701) (#7...Ganesh Nalawade2020-11-301-4/+14
* [stable-2.9] Fix super annoying Python 2.6 multiprocessing.Queue stack trace ...Sam Doran2020-11-201-0/+18
* Fix play stats when rescue block is a child block (#70922) (#71335)David Shrewsbury2020-08-271-0/+11
* _check_failed_state: always use the current/nested state (#71347) (#71456)Martin Krizek2020-08-271-1/+1
* Ensure -k is set to delegated hosts without a pass (#71136) - 2.9 (#71167)Jordan Borean2020-08-101-0/+7
* dont clobber facts in loop (#71032) (#71096)Brian Coca2020-08-071-2/+2
* [2.9] template connection variables accessed directly before using (#70657) (...Sloane Hertel2020-08-071-3/+14
* 2.9: Detect failure in always block after rescue (#70094) (#70203)Martin Krizek2020-08-071-1/+1
* Allow hostvars delegation (#70331) (#70811)Brian Coca2020-08-071-22/+23
* win async - use full path for powershell (#70703) (#70713)Jordan Borean2020-07-171-1/+2
* [stable-2.9] Allow single vault encrypted values to be used directly as modul...Matt Martz2020-07-171-2/+3
* [2.9] Make sure ansible_become treated as a boolean (#70484) (#70527)David Shrewsbury2020-07-171-1/+2
* [2.9] Handle post_validate templating errors and add tests (#70240) (#70390)Sloane Hertel2020-07-171-1/+6
* avoid fatal tb on bad fqcn callback name (#69440) (#69496)Brian Coca2020-06-161-2/+5
* fix delegation vars usage (debug still shows inventory_hostname (#69520)Brian Coca2020-06-161-61/+65
* Address compat issue for collection loading on py26 (#68219) (#69402)Felix Fontein2020-06-102-13/+2
* fix get_data on case_insensitive fs (#69955)Matt Davis2020-06-081-1/+1
* Refactor CLI prompt mode check for network plugins (#63945) (#69210)Ganesh Nalawade2020-05-051-1/+1
* fix vault temp file handling (#68433)Brian Coca2020-04-141-0/+11
* [stable-2.9] Optionally support task_uuid if passed from newer modules (#68556)Nathaniel Case2020-04-091-2/+2
* remove unused importJordan Borean2020-03-021-0/+1
* Use UTF-8 without a BOM for win coverage (#66510) (#66513)Jordan Borean2020-02-101-1/+3
* Fix callback set_options issue with collections (#66128)Rémi REY2020-01-131-0/+1
* Fix network action plugin load in collection (#65849)Ganesh Nalawade2020-01-101-1/+1
* [stable-2.9] Add method to automatically clean up after an action plugin (#65...Matt Martz2020-01-101-0/+3
* Windows coverage - output temp files with UTF-8 BOM (#65086) (#65088)Jordan Borean2019-12-031-4/+8
* [stable-2.9] Explicitly use multiprocessing fork start method (#63581) (#63591)Matt Martz2019-11-122-4/+4
* [stable-2.9] unsafe wrapping should only happen for with_ loops (#64401)Matt Martz2019-11-121-6/+1
* [stable-2.9] Set alter_sys=True instead of False to address backwards… (#64...Matt Martz2019-11-121-2/+2
* win_exec_wrapper - Be more defensive when trying to get output errors (#62376)Jordan Borean2019-09-181-4/+34
* [stable-2.9] Ensure we don't erase unsafe context in TaskExecutor.run on byte...Matt Martz2019-09-161-2/+2
* Properly load module_prefix for collections in task_executor.py (#60420)Paul Belanger2019-08-291-1/+1
* Support relative imports in AnsiballZ. (#61196)Matt Clay2019-08-271-134/+314
* Change collection PS util import pattern (#61307)Jordan Borean2019-08-271-29/+79
* PowerShell - Added coverage collector (#59009)Jordan Borean2019-08-285-22/+275
* Ensure has_dead_workers functions (#60653)Matt Martz2019-08-221-4/+3
* add subdir support to collection loading (#60682)Matt Davis2019-08-211-2/+3
* Ansible.AccessToken - Added shared util for managing a Windows access token (...Jordan Borean2019-08-091-10/+12
* Remove UnsafeProxy (#59711)Martin Krizek2019-08-071-2/+2
* Change sub_plugin check to completely ignore napalm (#59298)Nathaniel Case2019-07-311-1/+1
* Remove incorrect usage of UnsafeProxy (#59633)Martin Krizek2019-07-291-5/+3
* Preserve original variables when using a loop (#59426)Martin Krizek2019-07-241-1/+1
* Clear 'connection related' plugin vars for next loop iteration (#59024)Martin Krizek2019-07-191-0/+14
* patch ansible-connection collection plugin loading (#59119)Matt Davis2019-07-161-0/+6
* Make ansible_index_var accessible as a magic var (#59030)Martin Krizek2019-07-121-0/+1