mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
E325 removal - Part I (#49136)
Remove E325 from Amazon modules Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
d14dee9ceb
commit
9b732df436
43 changed files with 104 additions and 61 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue