summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix for invocation not being added to output.invocation-fixToshio Kuratomi2015-10-221-1/+1
* Restore the automatic addition of invocation to the outputToshio Kuratomi2015-10-222-0/+10
* 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-211-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...winrm-return-bytesToshio Kuratomi2015-10-211-5/+5
* | | | And another fix for docsToshio Kuratomi2015-10-211-5/+5
* | | | Correct docs buildToshio Kuratomi2015-10-211-6/+5
* | | | Update submodule refsToshio Kuratomi2015-10-212-13/+11
* | | | 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-202-2/+6
* | | | Update submodule refToshio Kuratomi2015-10-201-5/+5
* | | | Merge pull request #12846 from ansible/nolog-for-return-valueToshio Kuratomi2015-10-201-3/+83
|\ \ \ \
| * | | | Hide values in json returns which were given in parameters marked no_log.nolog-for-return-valueToshio 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-12/+12
* | | Add python3-compat boilerplate to all .py files in lib/ansibleToshio Kuratomi2015-10-1934-7/+120
* | | avoid relative shlex importBrian Coca2015-10-191-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
* | | Cleanup pyflakes warning (real error)Toshio Kuratomi2015-10-191-1/+8
* | | Clean up a few more pyflakes warningsToshio Kuratomi2015-10-192-2/+8
* | | Clean up pyflakes warnings in inventoryToshio Kuratomi2015-10-193-7/+5
* | | Move post_validate for tasks after checking for an includeJames Cammarata2015-10-192-9/+11
* | | Adding a v2 callback for task includesJames Cammarata2015-10-192-6/+13
* | | Update submodule refsToshio Kuratomi2015-10-192-15/+12
* | | Information on when to use to_str() and what a native string isToshio Kuratomi2015-10-191-0/+25
* | | Update submodule refsToshio Kuratomi2015-10-192-10/+16