summaryrefslogtreecommitdiff
path: root/lib/ansible/executor
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
* Remove more Python 2.x compatibility code from controller. (#77320)Felix Fontein2022-03-221-2/+2
* Remove obsolete Python 2.x controller code.Matt Clay2022-03-082-20/+2
* Remove collections compat from controller code.Matt Clay2022-03-081-1/+2
* Type hint fixes.Matt Clay2022-03-072-1/+4
* Remove obsolete Python 2.x compat code.Matt Clay2022-03-071-35/+10
* Fixes for type hinting issues. (#77170)Matt Clay2022-03-012-2/+2
* Use full python package for ansiballz cache filenames (#77090)Matt Martz2022-02-231-1/+1
* 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
* Fallback to os family for interpreter discovery distro map. Fixes #75560 (#76...Matt Martz2022-01-211-1/+6
* Allow specifying specific python via shebang (#76677)Brian Coca2022-01-131-35/+44
* end_play: end the current play only (#76674)Martin Krizek2022-01-111-1/+0
* enable module defaults for implicit gather_facts (#76053)Brian Coca2022-01-101-12/+10
* Reduce number of iterations through PlayIterator (#74175)Martin Krizek2021-11-221-2/+1
* ansible-test pssa update and new rules (#76256)Jordan Borean2021-11-108-54/+89
* Introduce public methods to access PlayIterator._host_states (#74416)Martin Krizek2021-11-091-5/+21
* loop/fact delegation fix (#75768)Brian Coca2021-11-011-2/+14
* PlayIterator: use enums for states (#74511)Martin Krizek2021-10-261-102/+132
* Start of moving away from six (#75863)Martin Krizek2021-10-212-7/+5
* _run_loop: Add the task name to the warning (#76012)Yedidyah Bar David2021-10-141-2/+2
* PowerShell - Support optional module util imports (#75187)Jordan Borean2021-09-231-14/+27
* Python 3.8 Controller Minimum (#74013)Matt Martz2021-09-211-3/+2
* ansible-test - split controller/target testing (#75605)Matt Clay2021-09-201-1/+1
* AnsiballZ - Make sure cwd is accessible. (#75636)Matt Clay2021-09-031-8/+13
* Change interpreter discovery defaults to silently prefer Python 3 (#75049)Sam Doran2021-08-041-9/+6
* Skip python interpreter discovery for 'forced local' module execution (#74824)Brian Coca2021-08-041-34/+49
* add action_groups support to collections (#74039)Sloane Hertel2021-07-142-46/+35
* task_executor - use correct value for ssh connection retries (#75155)Sam Doran2021-07-061-0/+3
* module_common - handle cache directory creation collision (#75106)Sam Doran2021-06-251-5/+13
* 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
* Ensure end_play ends play, not batch (#74332)Martin Krizek2021-06-033-2/+17
* Use the module redirect_list when getting defaults for action plugins (#73864)Sloane Hertel2021-05-271-3/+8
* delegation fix (#74685)Brian Coca2021-05-241-4/+3
* Remove PyCrypto (#74699)Sam Doran2021-05-181-14/+0
* Skip interpreter discovery for network OSs(#74012)Brian Coca2021-05-141-0/+6
* Vendor `distutils.version` (#74644)Matt Martz2021-05-112-2/+2
* Exclude unreachable hosts in ansible_play_batch between plays (#74625)Sloane Hertel2021-05-111-0/+2
* interpreter_discovery: Hide warning in auto_silent (#74509)Abhijeet Kasurde2021-05-041-1/+3
* Fix missing delegate display (#74370)Brian Coca2021-04-281-0/+5
* Remove unused PlayIterator.cur_dep_chain (#74366)Martin Krizek2021-04-211-4/+1
* [controller ansiballz] escape directory regex (#74270)Rick Elrod2021-04-151-1/+1