summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/shell
Commit message (Expand)AuthorAgeFilesLines
* switched to backticks to allow for non bourne shells to workBrian Coca2015-10-291-2/+2
* Merge branch 'devel' of https://github.com/mathieumd/ansible into mathieumd-d...James Cammarata2015-10-211-1/+1
* Bundle a new version of python-six for compatibility along with some code to ...six-compatToshio Kuratomi2015-10-161-1/+1
* Double echo temp directory name to handle spaces and ~ expansion bothJames Cammarata2015-10-081-2/+2
* FIx typo arg_path (not plural)Toshio Kuratomi2015-10-021-1/+1
* Also add args_path param to powershell shell pluginJames Cammarata2015-10-021-1/+1
* Fix old-style (non-python) module supportJames Cammarata2015-10-021-1/+3
* Add PowerShell exception handling and turn on strict mode.Chris Church2015-09-151-7/+38
* Python 3: use six.text_type instead of unicodeMarius Gedminas2015-09-041-1/+3
* fix issues with csh redirectionBrian Coca2015-08-302-4/+6
* Use 0oNNN octal syntaxMarius Gedminas2015-08-271-1/+1
* Revert "Add PowerShell exception handling and turn on strict mode."revert-12047-powershell_common_cleanupJames Cammarata2015-08-231-38/+7
* Add PowerShell exception handling and turn on strict mode.Chris Church2015-08-221-7/+38
* Merge pull request #11764 from lpirl/devel_v2James Cammarata2015-08-111-2/+7
|\
| * fixes remote code execution for su/sudo and strict remote umasksLukas Pirl2015-07-281-2/+7
* | Fix for PowerShell unquote method when passed None.Chris Church2015-08-021-0/+1
* | Fixes for WinRM/PowerShell support in v2.Chris Church2015-07-311-19/+46
|/
* Fix bug where spaces in the $HOME directory broke thingsJames Cammarata2015-07-201-4/+8
* Winrm fixes for develJames Cammarata2015-06-291-2/+14
* fixed and/or groupingBrian Coca2015-06-211-1/+1
* fixed remote tmp creation when becoem user is not root and '~/' instead of $H...Brian Coca2015-06-211-1/+1
* added equivalent of #9636 to v2Brian Coca2015-05-261-2/+3
* Making the switch to v2James Cammarata2015-05-035-0/+327