summaryrefslogtreecommitdiff
path: root/lib/ansible/executor
Commit message (Expand)AuthorAgeFilesLines
* Change ansible_job_id format (#79951) (#80282)Martin Krizek2023-04-171-1/+1
* [2.14] don't ignore templated _raw_params that k=v parser failed to parse (#7...Matt Davis2023-02-151-0/+4
* Correctly count rescued tasks in play stats (#79724) (#79728)Martin Krizek2023-01-181-1/+1
* Prevent stdio deadlock in forked children (#79522) (#79539)Matt Davis2022-12-061-4/+6
* Backportapalooza 10 20 (#79180)Sandra McCann2022-10-251-3/+3
* Fix connection/become task loop settings (#78565) (#78935)Jordan Borean2022-09-291-11/+21
* add ansible_name/ansible_aliases attrs to plugin objects (#78700)Sloane Hertel2022-09-151-1/+1
* post_validate LoopControl (#75715)Martin Krizek2022-09-141-30/+10
* Propagate ansible_failed_task to an outer rescue (#78676)Martin Krizek2022-09-061-1/+5
* _get_next_task_from_state should not mutate anyting outside of state (#78657)Martin Krizek2022-08-301-3/+0
* Replace get_persistent_connection_options in task_executor with get_options (...Kate Case2022-08-171-26/+27
* Move handler processing into new PlayIterator state (#77955)Martin Krizek2022-08-161-6/+94
* Fix variable use before definition. (#78500)Matt Clay2022-08-111-1/+2
* PlayIterator: deprecate cache_block_tasks and get_original_task (#78514)Martin Krizek2022-08-111-5/+10
* Remove unused code. (#78499)Matt Clay2022-08-111-6/+0
* Add missing space after keywords. (#78480)Matt Clay2022-08-081-1/+1
* remove Templar caching (#78419)Matt Davis2022-08-031-1/+1
* Python 3.9 min for controller (#77566)Matt Martz2022-07-201-1/+1
* listify_lookup_plugin_terms deprecate dataloader (#78244)Brian Coca2022-07-121-2/+1
* hide distro map since it is not configurable (#78068)Brian Coca2022-06-161-1/+1
* Add new `loop_control.extended_allitems` option (#75760)Matt Martz2022-06-161-1/+3
* Forked display via queue (#77056)Matt Martz2022-06-072-6/+29
* Add toggle to fix module_defaults with module-as-redirected-action on a per-m...Sloane Hertel2022-05-241-5/+23
* ansible-connection verboistery (#77509)Brian Coca2022-04-141-4/+7
* Move to display as single source of verbosity (#77498)Brian Coca2022-04-141-1/+1
* PlayIterator - remove deprecated states (#77444)Martin Krizek2022-04-111-46/+1
* 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