summaryrefslogtreecommitdiff
path: root/lib/ansible/executor
Commit message (Expand)AuthorAgeFilesLines
* Fix runas as collection become plugin (#67638)Jordan Borean2020-02-211-1/+1
* Use Ansible to load ps module utils in arg spec checker (#67596)Jordan Borean2020-02-201-0/+1
* Try to load action plugin from the same collection as the module (#66701)Nathaniel Case2020-01-311-4/+11
* Add new configuration parameter to make Windows async startup timeout configu...Xyon2020-01-242-3/+9
* Use UTF-8 without a BOM for win coverage (#66510)Jordan Borean2020-01-161-1/+3
* Ensure that data within a tuple is marked as unsafe (#65918)Matt Martz2020-01-071-3/+3
* Fix callback set_options issue with collections (#66128)RĂ©mi REY2020-01-061-0/+1
* 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
* Windows coverage - output temp files with UTF-8 BOM (#65086)Jordan Borean2019-11-201-4/+8
* Set alter_sys=True instead of False to address backwards incompat (#64670)Matt Martz2019-11-111-2/+2
* unsafe wrapping should only happen for with_ loops (#64401)Matt Martz2019-11-061-6/+1
* Explicitly use multiprocessing fork start method (#63581)Matt Martz2019-10-162-4/+4
* Add proper error when trying to run on older PS versions (#62634)Jordan Borean2019-09-241-0/+6
* win_exec_wrapper - Be more defensive when trying to get output errors (#62376)Jordan Borean2019-09-191-4/+34
* 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
* 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
* Rename python files in hacking/ directory to have .py suffixToshio Kuratomi2019-07-101-1/+1
* Use templated loop_var/index_var when looping include_* (#58866)Martin Krizek2019-07-101-0/+1
* Create new instance of the action plugin per until iteration. Fixes #57886 (#...Matt Martz2019-06-201-0/+1
* Perf improvement for Templar.is_template (#57489)Matt Martz2019-06-061-3/+3
* Fixed typo in task_executor (#57461)Abhijeet Kasurde2019-06-061-1/+1
* Plugin paths need to be sent in exectutor, too (#57126)Nathaniel Case2019-05-311-66/+76
* Not native, but text (#55676)Brian Coca2019-05-241-4/+3
* Always keep subset data for callbacks (#56881)Brian Coca2019-05-231-8/+12
* Templar: encapsulate _available_variables (#55435)Martin Krizek2019-05-201-1/+1
* register: fail when invalid var name is specified (#56456)Martin Krizek2019-05-171-1/+4
* fix module defaults (#56020)Brian Coca2019-05-142-15/+31
* options not optional for callbacks (#55660)Brian Coca2019-04-251-12/+2
* Support using importlib on py>=3 to avoid imp deprecation (#54883)Matt Martz2019-04-251-30/+85
* spelling: temaplte -> template (#55665)Lars Kellogg-Stedman2019-04-241-1/+1
* psrp - Fix raw and script tests for connection plugin (#55357)Jordan Borean2019-04-171-1/+1
* ensure facts marked as unsafe (#55326)Brian Coca2019-04-161-4/+6
* module_utils fixes in collections (#55118)Matt Davis2019-04-102-6/+30
* Windows pslint: Re-enable PSPossibleIncorrectComparisonWithNull (#55065)Dag Wieers2019-04-101-1/+1