summaryrefslogtreecommitdiff
path: root/lib/ansible/executor
Commit message (Expand)AuthorAgeFilesLines
* Fix when debug commands are run on the wrapper and the wrapper as a file in t...Toshio Kuratomi2016-04-131-1/+1
* Merge pull request #15344 from abadger/ziploaderToshio Kuratomi2016-04-132-98/+200
|\
| * Make the ziploader wrapper work with PY3Toshio Kuratomi2016-04-121-5/+10
| * excommunicate fixToshio Kuratomi2016-04-121-1/+1
| * python-2.4's -m is severely limited.Toshio Kuratomi2016-04-121-22/+23
| * Move module arg passing from the environment to stdin (from the wrapper to th...Toshio Kuratomi2016-04-121-50/+76
| * Controller-side module caching.Toshio Kuratomi2016-04-121-26/+58
| * First whack at a recursive and ast based ziploader. I'm afraid this one may ...Toshio Kuratomi2016-04-121-16/+56
| * Correct the worker.run documentationToshio Kuratomi2016-04-121-6/+3
| * Fix encoding string to show up in wrapperToshio Kuratomi2016-04-121-3/+4
* | Fix for serial when percent amount is less than one host (#15396)Jonathon Klobucar2016-04-131-1/+1
|/
* moved last utils.debug to display.debugBrian Coca2016-04-082-14/+23
* Add "excommunicate" debug optionToshio Kuratomi2016-04-071-1/+21
* Add BSD license information to the ZIPLOADER_TEMPLATE string since itToshio Kuratomi2016-04-061-0/+27
* Ziploader subprocess.PopenToshio Kuratomi2016-04-061-10/+42
* ZiploaderToshio Kuratomi2016-04-051-84/+252
* Make sure VariableManager has a view of HostVarsJames Cammarata2016-04-051-1/+1
* Modification to 347b282 to prevent running the lookup with empty termsJames Cammarata2016-04-031-1/+1
* show callback exception on debugBrian Coca2016-04-011-0/+3
* Add the method_name to the catchall warning when using callback pluginsDag Wieers2016-04-011-1/+1
* Fix --start-at-task which was broken by the setup task revampJames Cammarata2016-03-251-14/+20
* Add options to make includes 'static'James Cammarata2016-03-241-3/+11
* python3 compatiblityBrian Coca2016-03-243-4/+9
* 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
* | Renaming per-item and retry callbacksJames Cammarata2016-03-181-4/+4
* | Make ohai and facter work via module_utils Fact classes rather than in the se...Toshio Kuratomi2016-03-141-10/+0
* | Add a way to restrict gathered facts in Ansible:Yannig Perré2016-03-141-1/+20
* | 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
* | Fixing PlayIterator bugsJames Cammarata2016-03-091-60/+93
* | make all conditionals listsBrian Coca2016-03-091-7/+11
* | Updating unit tests for PlayIteratorJames Cammarata2016-03-071-7/+24
* | Merge pull request #14793 from xiaket/develBrian Coca2016-03-072-5/+3
|\ \ | |/
| * remove main_q for simplicity.夏恺(Xia Kai)2016-03-042-5/+3
* | add per item diff handlingBrian Coca2016-03-071-0/+2
|/
* only do squash when 'squashable field' presentBrian Coca2016-03-011-23/+24
* added package to special 'squashable' fieldsBrian Coca2016-02-291-1/+6
* We are actually taking the repr of a string so we need separate to_bytes and ...Toshio Kuratomi2016-02-261-1/+1
* Fix mixing of bytes and str in module replacer (caused traceback on python3)Toshio Kuratomi2016-02-261-33/+34
* with_ loops always should want a listBrian Coca2016-02-261-1/+1
* Use a unicode format string so that we don't convert to byte stringsToshio Kuratomi2016-02-261-1/+2
* preserve no_log for async alsoBrian Coca2016-02-231-0/+3
* issue callbacks per item and retry failsJames Cammarata2016-02-233-11/+31
* Fixing/cleaning up do/until logic in TaskExecutorJames Cammarata2016-02-231-7/+8
* added specific info to deprecation messageBrian Coca2016-02-181-2/+2
* Fixing bugs related to nested blocks inside rolesJames Cammarata2016-02-121-4/+8