mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-08 01:14:03 -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
|
@ -123,7 +123,7 @@ options:
|
|||
purge_origins:
|
||||
description: Whether to remove any origins that aren't listed in I(origins)
|
||||
default: false
|
||||
|
||||
type: bool
|
||||
default_cache_behavior:
|
||||
description:
|
||||
- A config element that is a complex object specifying the default cache behavior of the distribution. If not specified, the I(target_origin_id) is
|
||||
|
@ -187,7 +187,7 @@ options:
|
|||
description: Whether to remove any cache behaviors that aren't listed in I(cache_behaviors). This switch
|
||||
also allows the reordering of cache_behaviors.
|
||||
default: false
|
||||
|
||||
type: bool
|
||||
custom_error_responses:
|
||||
description:
|
||||
- A config element that is a I(list[]) of complex custom error responses to be specified for the distribution. This attribute configures custom http
|
||||
|
@ -201,7 +201,7 @@ options:
|
|||
purge_custom_error_responses:
|
||||
description: Whether to remove any custom error responses that aren't listed in I(custom_error_responses)
|
||||
default: false
|
||||
|
||||
type: bool
|
||||
comment:
|
||||
description:
|
||||
- A comment that describes the cloudfront distribution. If not specified, it defaults to a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue