mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -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
|
@ -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 = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue