summaryrefslogtreecommitdiff
path: root/lib/ansible/executor/task_executor.py
Commit message (Expand)AuthorAgeFilesLines
* Make the loop variable (item by default) settable per taskfeature_make_loop_variable_settable_per_task2James Cammarata2016-04-151-8/+17
* Modification to 347b282 to prevent running the lookup with empty termsJames Cammarata2016-04-031-1/+1
* python3 compatiblityBrian Coca2016-03-241-1/+4
* Merge pull request #15111 from xiaket/develAbhijit Menon-Sen2016-03-231-1/+3
|\
| * complete the docstring. Fixed #14794夏恺(Xia Kai)2016-03-231-1/+3
* | Don't always insert failed in the results (again)James Cammarata2016-03-101-1/+0
* | Revert "Removing explicit setting of failed/failed_when"James Cammarata2016-03-101-0/+4
* | Removing explicit setting of failed/failed_whenJames Cammarata2016-03-101-4/+0
* | Fix blind override in failed_whennitzmahone2016-03-091-1/+1
* | corrected changed_when handlingBrian Coca2016-03-091-3/+1
* | make all conditionals listsBrian Coca2016-03-091-7/+11
|/
* only do squash when 'squashable field' presentBrian Coca2016-03-011-23/+24
* added package to special 'squashable' fieldsBrian Coca2016-02-291-1/+6
* with_ loops always should want a listBrian Coca2016-02-261-1/+1
* preserve no_log for async alsoBrian Coca2016-02-231-0/+3
* issue callbacks per item and retry failsJames Cammarata2016-02-231-11/+17
* Fixing/cleaning up do/until logic in TaskExecutorJames Cammarata2016-02-231-7/+8
* added specific info to deprecation messageBrian Coca2016-02-181-2/+2
* allow skipping tasks due to undefined varBrian Coca2016-02-111-11/+5
* Catch exceptions during module execution so they don't fail the workerJames Cammarata2016-02-101-0/+3
* Squashing was occuring even though pkgs didn't have a template that would be ...safer-squashingToshio Kuratomi2016-01-271-11/+22
* Fix with loop + delegate issuesJames Cammarata2016-01-181-1/+1
* Minor cleanup when reassigning play context to reused connectionsJames Cammarata2016-01-181-6/+9
* Fixes #13763 Update connections _play_context on every iterationKarthik T2016-01-111-0/+3
* output color is now configurableBrian Coca2015-12-291-1/+1
* Fixing bugs in conditional testing with until and some integration runner tweaksJames Cammarata2015-12-191-4/+4
* Fixing bugs with {changed,failed}_when and until with registered varsJames Cammarata2015-12-181-6/+5
* Revert "Enable host_key checking at the strategy level"James Cammarata2015-12-171-2/+15
* Enable host_key checking at the strategy levelJames Cammarata2015-12-161-15/+2
* Transform exceptions into ansible messages via to_unicode instead of str to a...Toshio Kuratomi2015-12-041-5/+5
* Properly check for prompting state when re-using ssh connectionJames Cammarata2015-11-241-1/+1
* Modify task executor to reuse connection inside a loop. Fix WinRM connection...Chris Church2015-11-231-2/+4
* marked spot that should send per item reulstsBrian Coca2015-11-221-0/+1
* Return skipped/failed async results directlyJames Cammarata2015-11-191-0/+2
* Fix NameError when using loopsMarius Gedminas2015-11-191-1/+1
* Don't update job vars too early when getting loop items in TaskExecutorJames Cammarata2015-11-181-10/+22
* Changed do/until failed colorJames Cammarata2015-11-111-1/+1
* Cleanup failed/changed logic in TaskExecutorJames Cammarata2015-11-111-35/+29
* Finish up plugin porting to global displayToshio Kuratomi2015-11-111-1/+0
* Move the rest of executor code to global displayToshio Kuratomi2015-11-111-29/+32
* Fix for traceback when neither name nor pkg are in the module paramsToshio Kuratomi2015-11-111-10/+13
* Save delegated vars in result for use in callback methodsJames Cammarata2015-11-101-0/+11
* New parameter for template method.Yannig Perré2015-11-101-1/+1
* For with_first_found loops, set undefined variables to fall through rather th...Toshio Kuratomi2015-11-091-8/+15
* Fixing up performanceJames Cammarata2015-11-051-3/+6
* Set task_action when the action does not need to be templatedToshio Kuratomi2015-11-051-2/+3
* template the task_action before checking whether to optimize with_item loops ...Toshio Kuratomi2015-11-041-10/+19
* Do not optimize with_items loop if the items are not stringsToshio Kuratomi2015-11-041-17/+24
* Merge branch 'devel_fix_debug_var' of https://github.com/Yannig/ansible into ...James Cammarata2015-10-301-9/+0
|\
| * Fix for issue #12952: this code interfere with debug+var and seems to be unne...Yannig Perré2015-10-281-9/+0