summaryrefslogtreecommitdiff
path: root/lib/ansible/executor
Commit message (Expand)AuthorAgeFilesLines
* Move persistent connections to only use registered variables (#45616)Nathaniel Case2018-09-201-6/+18
* async: use async_dir for the async results file directory (#45461)Jordan Borean2018-09-201-4/+4
* Exclude the whole ansible_failed_task block (#45587)Nathaniel Case2018-09-121-1/+4
* win_script: add support for become and centralise exec wrapper builder (#45582)Jordan Borean2018-09-131-45/+69
* fix issue with no_log in py3Brian Coca2018-08-271-2/+2
* Fix recursive_finder so it doesn't re-read files multiple timesToshio Kuratomi2018-08-241-14/+16
* Fix new AnsiballZ code to always include module_utils/basicToshio Kuratomi2018-08-241-0/+16
* Extend `module_defaults` by adding default groups for cloud modules (#44127)Ryan Brown2018-08-221-0/+5
* fix tempating issues with no_log and loops (#44468)Brian Coca2018-08-212-3/+10
* Don't use copy.deepcopy in high workload areas, use naive_deepcopy (#44337)Matt Martz2018-08-202-4/+4
* restore task arg splatting (#43798)Matt Davis2018-08-141-1/+5
* Remove unused rslt_q, rename the one queue to final_q everywhere (#43894)Matt Martz2018-08-133-16/+14
* Only template values in vars_prompt rather than all vars (#39304)Sam Doran2018-08-131-13/+10
* Prevent data being truncated over persistent connection socket (#43885)Nathaniel Case2018-08-101-21/+18
* remove deprecatedBrian Coca2018-08-011-4/+1
* nicer error message on multiprocessing failBrian Coca2018-08-011-2/+5
* \r does not round-trip the local socket, escape and restore on the other side...Nathaniel Case2018-08-011-0/+2
* Add basedir to ansible_search_path before running loops. Fixes #43302 (#43431)Matt Martz2018-07-311-4/+4
* Switch to imp.load_moduleToshio Kuratomi2018-07-261-6/+19
* AnsiballZ improvementsToshio Kuratomi2018-07-261-215/+223
* don't assume all delegation subkeys exist (#43032)Brian Coca2018-07-241-1/+2
* powershell: support recursive requires statements (#43143)Jordan Borean2018-07-241-52/+81
* changed winrm _reset to reset and make ssh reset show warning (#42651)Jordan Borean2018-07-111-1/+1
* preserve delegation info on no_log (#42577)Brian Coca2018-07-111-0/+11
* fix minor issues with debug and item labels (#41331)Brian Coca2018-06-211-6/+11
* Remove an unnecessary import from the ansiballz wrapper (#41747)Toshio Kuratomi2018-06-211-6/+0
* no_log even when task_result doesn't provide keyBrian Coca2018-06-121-1/+1
* Honor ignore_errors when invoking the debugger, add config to disable this be...Matt Martz2018-05-311-2/+4
* Deprecate squash_actions (#35978)Matt Martz2018-05-301-0/+8
* Add a helper to PlayIterator to recursively find the active state (#40847)James Cammarata2018-05-291-0/+12
* use correct object in errorBrian Coca2018-05-221-1/+1
* Fixing issues with httpapi (#40388)Nathaniel Case2018-05-211-3/+9
* Pull persistent connection parameters via get_option (#39367)Ricardo Carrillo Cruz2018-05-161-1/+1
* Revert "Configurable list of facts modules (#31783)" (#40022)Toshio Kuratomi2018-05-141-2/+2
* Configurable list of facts modules (#31783)Brian Coca2018-05-111-2/+2
* Update vars for loop_control on each loop iteration (fixes #38899) (#39818)Andrew Gaffney2018-05-071-0/+3
* Make sure that the implicit async_status gets the env from a task with async....Matt Martz2018-05-041-1/+1
* Fix gathering facts in run_once play (#39453)Mickaël Guérin2018-05-041-0/+3
* Don't skip conditional exception on includes (#39377)Matt Martz2018-04-261-3/+1
* task_executor send the task as a kwarg to connections (#39341)jctanner2018-04-261-1/+8
* Clarify the comments for action_write_locksToshio Kuratomi2018-04-261-6/+6
* keep track of original inventory hostname in play context (#38818)jctanner2018-04-161-1/+6
* Attempt 4: Prevent reparenting a block with itself (#38747)Matt Martz2018-04-161-3/+3
* ignore version when deciding callback loading (#38281)Brian Coca2018-04-101-16/+15
* Give hint when lookup fails on one element list (#38406)Martin Krizek2018-04-091-1/+5
* Fall back to ValueError if JSONDecodeError is not available (#38276)Nathaniel Case2018-04-061-1/+2
* allow incremental update for vars in loop for set_fact/include_vars (#38302)Brian Coca2018-04-061-8/+14
* Tolerate win line endings on windows module_util load (#37291)jhawkesworth2018-04-061-1/+1
* Support for module param defaults (#22648)Andrew Gaffney2018-04-051-0/+12
* module_common: handle None value for templar (#36651)Pilou2018-03-291-1/+1