community.general/lib/ansible
Peter Sprygada 1a8ad2a20f fixes issue where netcli would cause exception with an invalid conditional
The Conditional instance will cause a stack trace if the provided conditional
does not map properly to the response.  This fixes that issue so that the
Conditional instance will now raise a FailedConditionalError with the
conditional that caused the failure.

Modules *_command modules (and any other modules that create an instance
of Conditional) should be updated to catch the FailedConditionalError
exception.
2016-09-19 14:14:43 -04:00
..
cli win_shell/win_command changes + tests (#17557) 2016-09-15 11:25:56 -07:00
compat Move py34 mock_open compat to compat/test/mock (#17157) 2016-08-19 18:11:24 -04:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
executor remove bare variable support from loops (#17519) 2016-09-16 12:54:52 -04:00
galaxy Iterate through role paths when installing roles (#17487) 2016-09-09 16:50:50 -04:00
inventory Improve inventory script error messages. (#17589) 2016-09-15 15:42:57 -04:00
module_utils fixes issue where netcli would cause exception with an invalid conditional 2016-09-19 14:14:43 -04:00
modules Update submodule refs. 2016-09-16 16:25:47 -07:00
parsing Fix dataloader using deprecated version of is_encrypted (#17615) 2016-09-17 00:45:29 -07:00
playbook Fix dataloader using deprecated version of is_encrypted (#17615) 2016-09-17 00:45:29 -07:00
plugins Merge pull request #17625 from skg-net/dellos6_template 2016-09-18 22:26:20 -04:00
template Support late evaluation, suppress warnings on SyntaxError (#17462) 2016-09-09 09:33:23 -04:00
utils Renamed the Modules from dnos* -> dellos*, updated copyright, removed… (#17617) 2016-09-16 22:45:08 +01:00
vars include_vars now properly deals with hash_behaviour (#15895) 2016-09-16 15:40:38 -04:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py win_shell/win_command changes + tests (#17557) 2016-09-15 11:25:56 -07:00
release.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00