f520238d60
* Move various Amazon modules over to AnsibleAWSModule * Remove HAS_BOTO3 logic, it's handled by AnsibleAWSModule * Simplify argument_spec handling ec2_argument_spec is automatically added by AnsibleAWSModule * Cleanup boto3 error handling using fail_json_aws * Migrate simple cases from boto3_conn to module.client() * Migrate batch modules over to module.client() * Migrate EFS module over to module.client() * Comment cleanup * Use deprecated_aliases in argument_spec rather than custom code * Cleanup unused imports * Make use of module.region * Deprecate batch.AWSConnection it's now dead code |
||
---|---|---|
.. | ||
ansible |