mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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:
parent
5134ba95ca
commit
be7b8dc047
1 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue