summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12879 from larsks/bug/12876James Cammarata2015-10-231-2/+0
|\
| * allow include: directive to work during exception processingLars Kellogg-Stedman2015-10-231-2/+0
* | Merge pull request #12878 from ansible/invocation-fixToshio Kuratomi2015-10-2326-166/+380
|\ \ | |/ |/|
| * Two fixes to action pluginsToshio Kuratomi2015-10-2325-173/+377
| * Fix for invocation not being added to output.Toshio Kuratomi2015-10-221-1/+1
| * Restore the automatic addition of invocation to the outputToshio Kuratomi2015-10-222-0/+10
* | Revert "make callbacks declare needing whitelisting"Brian Coca2015-10-2210-13/+3
* | Cleaning up FIXMEsJames Cammarata2015-10-2229-101/+49
* | Update submodule refsToshio Kuratomi2015-10-222-0/+0
* | make callbacks declare needing whitelistingBrian Coca2015-10-2210-3/+13
|/
* Re-adding role_names magic variableJames Cammarata2015-10-221-0/+3
* Merge pull request #12783 from larsks/bug/12782Brian Coca2015-10-221-0/+6
|\
| * correct value of remote_user for local connectionsLars Kellogg-Stedman2015-10-161-0/+6
* | added deprecation warning to comma separated role specBrian Coca2015-10-221-0/+9
* | Merge pull request #12861 from willthames/galaxy_spec_in_meta_main_fixBrian Coca2015-10-221-0/+3
|\ \
| * | Allow meta/main.yml to include roles through spec fileWill Thames2015-10-221-0/+3
* | | skip errors on conditional if task is includeBrian Coca2015-10-221-3/+8
* | | made display part of variable manager and corrected reference to itBrian Coca2015-10-221-8/+8
|/ /
* | Support cmd param in Tasks by assigning it to _raw_paramsJames Cammarata2015-10-211-0/+9
* | Merge branch 'devel' of https://github.com/mathieumd/ansible into mathieumd-d...James Cammarata2015-10-212-3/+3
|\ \
| * | Fixes #11055 - Set locale via LC_ALLMathieu2015-10-192-4/+4
* | | Return correct changed flag when using check mode with template and force=noJames Cammarata2015-10-211-2/+6
* | | fix prompt, static methods don't get 'self'Brian Coca2015-10-211-2/+2
* | | Merge pull request #12853 from ansible/winrm-return-bytesToshio Kuratomi2015-10-211-5/+5
|\ \ \
| * | | In v2, exec_command should return bytes and the caller will take responsibili...Toshio Kuratomi2015-10-211-5/+5
* | | | And another fix for docsToshio Kuratomi2015-10-211-0/+0
* | | | Correct docs buildToshio Kuratomi2015-10-211-0/+0
* | | | Update submodule refsToshio Kuratomi2015-10-212-0/+0
* | | | Update the use of no_log values to cover everything that heuristic_log_saniti...Toshio Kuratomi2015-10-211-85/+78
* | | | Fix setting of interpreter values for delegated hostsJames Cammarata2015-10-211-1/+1
* | | | Remove mutable default arguments.gduke2015-10-212-2/+6
* | | | Update submodule refToshio Kuratomi2015-10-211-0/+0
* | | | Merge pull request #12846 from ansible/nolog-for-return-valueToshio Kuratomi2015-10-211-3/+83
|\ \ \ \
| * | | | Hide values in json returns which were given in parameters marked no_log.Toshio Kuratomi2015-10-201-3/+83
* | | | | Merge pull request #12842 from mcsalgado/include_with_itemsJames Cammarata2015-10-201-5/+6
|\ \ \ \ \
| * | | | | Revert back to copying self._task.argsVictor Salgado2015-10-201-4/+5
| * | | | | Fix typoVictor Salgado2015-10-201-1/+1
| |/ / / /
* / / / / now galaxy correctly detects empty requirements fileBrian Coca2015-10-202-10/+20
|/ / / /
* | | | Don't use local transport for delegated hosts if the inventory_hostname isn't...James Cammarata2015-10-201-2/+4
* | | | Simplify UnsafeProxy as we don't need to use it for byte strings, only textToshio Kuratomi2015-10-201-34/+16
* | | | Fixing bug in includes caused by 892d9b8James Cammarata2015-10-201-2/+2
|/ / /
* | | Update submodule refsToshio Kuratomi2015-10-202-0/+0
* | | Add python3-compat boilerplate to all .py files in lib/ansibleToshio Kuratomi2015-10-2034-7/+120
* | | avoid relative shlex importBrian Coca2015-10-201-0/+1
* | | Removing some cruft related to _local_action value on Task, which was removedJames Cammarata2015-10-193-37/+12
* | | Cleanup pyflakes warning (real error)Toshio Kuratomi2015-10-191-0/+1
* | | Cleanup more pyflakes warnings (2 real problems)Toshio Kuratomi2015-10-197-22/+13
* | | Simplify group_by by removing BYPASS_HOST_LOOP from the actionJames Cammarata2015-10-193-35/+26
* | | Cleanup some pyflakes warning (1 real error)Toshio Kuratomi2015-10-197-9/+8
* | | Clean up some more pyflakes warningsToshio Kuratomi2015-10-193-9/+2