mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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
|
||||
vpc_id: vpc-01234567
|
||||
health_check_path: /
|
||||
successful_response_codes: "200, 250-260"
|
||||
successful_response_codes: "200,250-260"
|
||||
state: present
|
||||
|
||||
# Delete a target group
|
||||
|
|
Loading…
Reference in a new issue