1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02: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:
aatighi 2018-11-15 21:46:08 +11:00 committed by Abhijeet Kasurde
parent 406da7a568
commit 9536ccab35

View file

@ -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