E325 removal - Part I (#49136)

Remove E325 from Amazon modules

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2018-11-27 20:41:01 +05:30 committed by GitHub
commit 9b732df436
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
43 changed files with 104 additions and 61 deletions

View file

@ -48,14 +48,16 @@ options:
choices: [ 'present', 'absent' ]
purge_policy:
description:
- Deatach policy which not included in managed_policy list
- Detach policy which not included in managed_policy list
required: false
default: false
type: bool
purge_users:
description:
- Deatach users which not included in users list
- Detach users which not included in users list
required: false
default: false
type: bool
requirements: [ botocore, boto3 ]
extends_documentation_fragment:
- aws