mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Update elb_target.py (#48701)
In the first Examples, the value for target_id has been set as IP Address instead of ID. +label: docsite_pr
This commit is contained in:
committed by
Abhijeet Kasurde
parent
406da7a568
commit
9536ccab35
@@ -70,7 +70,7 @@ EXAMPLES = '''
|
||||
# Register an IP address target to a target group
|
||||
- elb_target:
|
||||
target_group_name: myiptargetgroup
|
||||
target_id: 10.0.0.10
|
||||
target_id: i-1234567
|
||||
state: present
|
||||
|
||||
# Register an instance target to a target group
|
||||
|
||||
Reference in New Issue
Block a user