mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40: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
|
@ -78,6 +78,7 @@ options:
|
|||
- Whether to apply the changes immediately, or after the next reboot of any associated instances.
|
||||
aliases:
|
||||
- apply_immediately
|
||||
type: bool
|
||||
params:
|
||||
description:
|
||||
- Map of parameter names and values. Numeric values may be represented as K for kilo (1024), M for mega (1024^2), G for giga (1024^3),
|
||||
|
@ -89,8 +90,10 @@ options:
|
|||
version_added: "2.4"
|
||||
purge_tags:
|
||||
description:
|
||||
- Whether or not to remove tags that do not appear in the I(tags) list. Defaults to false.
|
||||
- Whether or not to remove tags that do not appear in the I(tags) list.
|
||||
version_added: "2.4"
|
||||
type: bool
|
||||
default: False
|
||||
author:
|
||||
- "Scott Anderson (@tastychutney)"
|
||||
- "Will Thames (@willthames)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue