community.general/lib/ansible
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
..
cli added verbosity to ansible-doc to make it easier to trace down issues 2015-09-10 16:50:14 -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 Removing FIXME comment which is no longer required 2015-09-15 14:47:49 -04:00
galaxy Python 3: avoid iteritems() in a template 2015-09-03 10:11:32 +03:00
inventory Be systematic about parsing and validating hostnames and addresses 2015-09-11 21:47:18 +05:30
module_utils Add PowerShell exception handling and turn on strict mode. 2015-09-15 16:32:35 -04:00
modules Submodule update 2015-09-11 13:11:15 -04:00
new_inventory Making the switch to v2 2015-05-03 21:47:26 -05:00
parsing Check if path is /dev/null when checking if a file is in fact a file 2015-09-14 14:41:22 -04:00
playbook Merge branch 'normalize_plugin_paths' of https://github.com/bcoca/ansible into bcoca-normalize_plugin_paths 2015-09-15 14:41:09 -04:00
plugins Add PowerShell exception handling and turn on strict mode. 2015-09-15 16:32:35 -04:00
template Fix safe_eval() of set literals 2015-09-11 09:41:05 +03:00
utils Fix typo 2015-09-14 21:11:40 +02:00
vars Fixing precedence order for new nonpersistent vars (set_fact/register) 2015-09-11 12:24:44 -04:00
__init__.py Re-adding submodules after moving things around 2015-05-03 22:30:51 -05:00
constants.py normalized plugin paths and names and configs 2015-09-15 11:44:09 -04:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00