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

@ -51,7 +51,10 @@ options:
- The I(type) key can be passed as C(rate_based), it defaults to C(regular)
purge_rules:
description: Whether to remove rules that aren't passed with C(rules). Defaults to false
description:
- Whether to remove rules that aren't passed with C(rules).
default: False
type: bool
'''
EXAMPLES = '''