community.general/lib/ansible
Sloane Hertel 40d2df0ef3 Add AWS boto3 error code exception function is_boto3_error_code (#41202)
* Add aws/core.py function to check for specific AWS error codes

* Use sys.exc_info to get exception object if it isn't passed in

* Allow catching exceptions with is_boto3_error_code

* Replace from_code with is_boto3_error_code

* Return a type that will never be raised to support stricter type comparisons in Python 3+

* Use is_boto3_error_code in aws_eks_cluster

* Add duplicate-except to ignores when using is_boto3_error_code

* Add is_boto3_error_code to module development guideline docs
2018-06-12 12:15:16 -04:00
..
cli fix truncated list functions in ansible-doc (#41281) 2018-06-07 15:07:21 -07:00
compat Enable wildcard import pylint (#35786) 2018-02-06 15:17:49 -08:00
config Default squash actions add pip (#41390) 2018-06-11 19:58:13 -04:00
errors give hint to users when a file is not found 2018-04-10 17:19:03 -04:00
executor Honor ignore_errors when invoking the debugger, add config to disable this behavior (#39868) 2018-05-31 11:14:26 -04:00
galaxy Allow the galaxy client to fetch from a url in role version data (#39396) 2018-04-30 15:47:43 -05:00
inventory Introduce inventory.any_unparsed_is_failed configuration setting (#41171) 2018-06-06 09:28:58 +05:30
module_utils Add AWS boto3 error code exception function is_boto3_error_code (#41202) 2018-06-12 12:15:16 -04:00
modules Add AWS boto3 error code exception function is_boto3_error_code (#41202) 2018-06-12 12:15:16 -04:00
parsing Fix wrong python keyword (followup to #36357) (#41067) 2018-06-07 19:48:07 +05:30
playbook Don't ignore a duplicate host for an already processed include (#40361) 2018-06-08 15:36:22 -05:00
plugins fix handling of ># ending prompts for sros (#41382) 2018-06-12 11:37:08 -04:00
template When using ANSIBLE_JINJA2_NATIVE bypass our None filtering in _finalze (#41408) 2018-06-12 08:46:23 -05:00
utils Make admin_users only contain root and toor because admin is used for non-privileged accounts 2018-06-05 17:01:40 -07:00
vars minimize loading files/plugins 2018-04-10 17:22:31 -04:00
__init__.py
constants.py adds ansible-doc JSON plugin data dump 2018-06-04 17:20:33 -07:00
release.py update 2.7 codename 2018-05-31 15:46:07 -07:00