1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible
Chris Church 4b2cdadc98 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-08-22 18:28:07 -04:00
..
cli now output works for both search and info 2015-08-22 02:42:21 -04:00
compat Making the switch to v2 2015-05-03 21:47:26 -05:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Making the switch to v2 2015-05-03 21:47:26 -05:00
executor fix issue with improper connection override in delegation 2015-08-19 20:36:08 -04:00
galaxy draft galaxy cli search 2015-08-22 02:28:27 -04:00
inventory Make sure the inventory restriction is not None 2015-08-21 16:08:21 -04:00
module_utils Add PowerShell exception handling and turn on strict mode. 2015-08-22 18:28:07 -04:00
modules Submodule pointer update 2015-08-22 12:39:04 -04:00
new_inventory Making the switch to v2 2015-05-03 21:47:26 -05:00
parsing Merge pull request #11765 from ldx/vault_pbkdf2hmac 2015-08-21 11:06:00 -04:00
playbook changed local_action to alias to connection=local vs delegate_to=localhost 2015-08-18 18:31:29 -04:00
plugins Add PowerShell exception handling and turn on strict mode. 2015-08-22 18:28:07 -04:00
template Don't convert nulls to strings. 2015-08-19 18:35:07 -04:00
utils Default listify to converting bare variables again 2015-08-12 10:49:46 -04:00
vars Several var fixes 2015-08-21 12:02:23 -04:00
__init__.py Re-adding submodules after moving things around 2015-05-03 22:30:51 -05:00
constants.py Don't convert nulls to strings. 2015-08-19 18:35:07 -04:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00