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

@ -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)"