mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Update elb_target_group.py (#52882)
* Update elb_target_group.py `successful_response_codes` only gets set when the `health_check_protocol` parameter is set
This commit is contained in:
committed by
Alicia Cozine
parent
5134ba95ca
commit
be7b8dc047
@@ -99,8 +99,9 @@ options:
|
||||
default: lb_cookie
|
||||
successful_response_codes:
|
||||
description:
|
||||
- The HTTP codes to use when checking for a successful response from a target. You can specify multiple values (for example, "200,202") or a range of
|
||||
values (for example, "200-299").
|
||||
- The HTTP codes to use when checking for a successful response from a target.
|
||||
- Accepts multiple values (for example, "200,202") or a range of values (for example, "200-299").
|
||||
- Requires the I(health_check_protocol) parameter to be set.
|
||||
required: false
|
||||
tags:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user