summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix hiding of original value of files in diff output with no_logno-log-diff-before-fixToshio Kuratomi2016-02-094-23/+33
* Add apt locale fix to changelogToshio Kuratomi2016-02-071-1/+1
* Update submodule refs to pick up apt locale fixToshio Kuratomi2016-02-071-0/+0
* Add locale fixes to changelogToshio Kuratomi2016-02-071-0/+1
* Update submodule ref for git locale fixToshio Kuratomi2016-02-071-0/+0
* Allow setting run_command environment overrides for the life of an AnsibleModuleToshio Kuratomi2016-02-071-1/+8
* rework run_command's env setting to not change os.environ for the rest of the...Toshio Kuratomi2016-02-071-26/+41
* Update submodule refsToshio Kuratomi2016-02-052-0/+0
* Add changelog entry for no_log changeToshio Kuratomi2016-02-051-0/+2
* Merge pull request #14339 from ansible/diff-no_log-fixToshio Kuratomi2016-02-055-0/+16
|\
| * Fix --diff to respect no_log task parameter.Toshio Kuratomi2016-02-055-0/+16
* | Merge pull request #14336 from dagwieers/fix-eval-json-booleans-1.9James Cammarata2016-02-051-1/+9
|\ \ | |/ |/|
| * Defined JSON booleans in global context for python eval()Dag Wieers2016-02-051-1/+9
|/
* Merge pull request #14305 from dagwieers/patch-7Toshio Kuratomi2016-02-041-1/+0
|\
| * Double import sys, removed oneDag Wieers2016-02-041-1/+0
* | Merge pull request #14306 from dagwieers/patch-8Toshio Kuratomi2016-02-041-1/+0
|\ \ | |/ |/|
| * Double import tempfile, remove oneDag Wieers2016-02-041-1/+0
|/
* Merge pull request #13808 from chouseknecht/chouseToshio Kuratomi2016-01-202-27/+54
|\
| * Fix typo.chouseknecht2016-01-201-1/+1
| * Added note to 1.9.5 changelog regarding --ignore-certs, c option being added ...chouseknecht2016-01-201-0/+2
| * Added --ignore-certs option to ansible-galaxy init, install and info commands.chouseknecht2016-01-111-27/+52
|/
* minor fix to become docsBrian Coca2015-12-281-7/+7
* clarify idempotence explanationStephen Medina2015-12-281-1/+1
* updated release cycle to 4 months instead of 2Brian Coca2015-12-271-5/+4
* Adding documentation for the 'dig' lookup (#13126).Branko Majic2015-12-211-0/+106
* allow for packaging to be in release tarballBrian Coca2015-12-171-2/+1
* backport ansible_winrm_* kwarg supportnitzmahone2015-12-141-5/+19
* Merge pull request #13454 from qduxiaoliang/issueBrian Coca2015-12-131-0/+5
|\
| * quit plays with an error if there were failed tasks and handler execution is ...Leon Xie2015-12-071-0/+5
* | Update core submodule refToshio Kuratomi2015-12-101-0/+0
|/
* added , back to inventory splitingBrian Coca2015-12-051-3/+4
* Update submodule refsToshio Kuratomi2015-12-041-0/+0
* Note the fix to literal_eval in the changelogToshio Kuratomi2015-11-301-0/+1
* Call the function :-)Toshio Kuratomi2015-11-301-1/+1
* actually writes info nowBrian Coca2015-11-221-11/+9
* Merge pull request #13171 from kwaaioak/stable-1.9-10914Brian Coca2015-11-141-2/+3
|\
| * added missing :Brian Coca2015-11-141-1/+1
| * hack to prevent tempalte/copy errors on vagrant synced folders that report in...Brian Coca2015-11-141-2/+3
|/
* fixed success to also not include skipped, backport from 2.0Brian Coca2015-11-141-1/+1
* Merge pull request #13149 from unprofession-al/backport_fix_jsonfile_fact_cac...James Cammarata2015-11-131-1/+1
|\
| * substitute tilde and env vars before storing C.CACHE_PLUGIN_CONNECTION as ins...Daniel Menet2015-11-131-1/+1
|/
* Note plugin loader fix in changelogToshio Kuratomi2015-11-031-0/+1
* list => tupleToshio Kuratomi2015-11-031-1/+1
* Merge pull request #13015 from j0057/fix-powershell-shebang-not-foundToshio Kuratomi2015-11-031-1/+1
|\
| * Make sure potential_names is not dependent on hashing orderJoost Molenaar2015-11-031-1/+1
|/
* Second part of the script not honoring complex-args fixToshio Kuratomi2015-10-271-4/+6
* Note the script and raw yaml dict fixToshio Kuratomi2015-10-271-0/+1
* Use complex_args as well as k=v args in script and rawToshio Kuratomi2015-10-272-0/+7
* Add fix for ini_file module and empty stringToshio Kuratomi2015-10-263-0/+1
* Merge pull request #11638 from bcoca/fix_delegate_to_badtypeBrian Coca2015-10-261-0/+3
|\