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
|
@ -29,22 +29,27 @@ options:
|
|||
all_facts:
|
||||
description:
|
||||
- Get all stack information for the stack
|
||||
type: bool
|
||||
default: 'no'
|
||||
stack_events:
|
||||
description:
|
||||
- Get stack events for the stack
|
||||
type: bool
|
||||
default: 'no'
|
||||
stack_template:
|
||||
description:
|
||||
- Get stack template body for the stack
|
||||
type: bool
|
||||
default: 'no'
|
||||
stack_resources:
|
||||
description:
|
||||
- Get stack resources for the stack
|
||||
type: bool
|
||||
default: 'no'
|
||||
stack_policy:
|
||||
description:
|
||||
- Get stack policy for the stack
|
||||
type: bool
|
||||
default: 'no'
|
||||
extends_documentation_fragment:
|
||||
- aws
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue