mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
Update elb_target_group.py (#47389)
removed space that if its copied and pasted it can break an ansible run +label: docsite_pr
This commit is contained in:
parent
6a37582158
commit
7c3b0a338e
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ EXAMPLES = '''
|
||||||
port: 80
|
port: 80
|
||||||
vpc_id: vpc-01234567
|
vpc_id: vpc-01234567
|
||||||
health_check_path: /
|
health_check_path: /
|
||||||
successful_response_codes: "200, 250-260"
|
successful_response_codes: "200,250-260"
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
# Delete a target group
|
# Delete a target group
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue