summaryrefslogtreecommitdiff
path: root/lib/ansible/executor
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-036-6/+6
* PlayIterator: remove deprecated methods (#80437)Martin Krizek2023-04-251-15/+0
* Validate task attributes with first finalized attrs after loop (#80476)Sloane Hertel2023-04-131-0/+12
* Last handler defined runs, fix for roles (#79558)Martin Krizek2023-04-121-0/+12
* get_action_args_with_defaults: remove deprecated redirected_names arg (#80473)Martin Krizek2023-04-111-16/+3
* Do not double calculate loops and `delegate_to` (#80171)Matt Martz2023-03-232-8/+23
* add a worker queue to get updates from the main results thread (#79886)Sloane Hertel2023-02-282-2/+38
* Add condition that causes a when to skip a task to output msg (#78918)Jordan Borean2023-02-151-2/+4
* Change ansible_job_id format (#79951)Martin Krizek2023-02-091-1/+1
* don't ignore templated _raw_params that k=v parser failed to parse (#79913)Matt Davis2023-02-081-0/+4
* Clean up unused imports in core (#79900)Matt Clay2023-02-032-5/+3
* Correctly count rescued tasks in play stats (#79724)Martin Krizek2023-01-131-1/+1
* Prevent stdio deadlock in forked children (#79522)Matt Davis2022-12-051-4/+6
* Move collection playbook output from "warning" to "-v" (#79320)stmps2022-11-081-2/+2
* Fix up sanity problemsJordan Borean2022-11-021-5/+5
* Misc Typo fixes (#79088)Abhijeet Kasurde2022-10-101-3/+3
* Fix connection/become task loop settings (#78565)Jordan Borean2022-09-301-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