community.general/lib/ansible/plugins/shell
Chris Church 5c65ee7f0c Add PowerShell exception handling and turn on strict mode.
* Add exception handling when running PowerShell modules to provide exception message and stack trace.
* Enable strict mode for all PowerShell modules and internal commands.
* Update common PowerShell code to fix strict mode errors.
* Fix an issue with Set-Attr where it would not replace an existing property if already set.
* Add tests for exception handling using modified win_ping modules.
2015-09-15 16:32:35 -04:00
..
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
csh.py fix issues with csh redirection 2015-08-30 17:49:16 -04:00
fish.py Making the switch to v2 2015-05-03 21:47:26 -05:00
powershell.py Add PowerShell exception handling and turn on strict mode. 2015-09-15 16:32:35 -04:00
sh.py Python 3: use six.text_type instead of unicode 2015-09-04 08:40:10 +03:00