mirror of https://github.com/ansible/ansible.git
[AWS] report boto3/botocore versions during `fail_json_aws` (#39298)
* [AWS] report boto3/botocore versions during `fail_json_aws` When modules call `fail_json_aws` and boto3 is installed, gather the boto3 and botocore versions so that any new AWS module issues will include the user's boto3 installation info. This will make debugging issues where features aren't available yet easier. * PEP8 * Switch to `dict` rather than tuple returnspull/39404/head
parent
61bcf4740f
commit
86db62c0e9
Loading…
Reference in New Issue