mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update lightsail.py (#44902)
This commit is contained in:
parent
9d89e15ff0
commit
00368a432f
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ EXAMPLES = '''
|
||||||
msg: "Name is {{ my_instance.instance.name }}"
|
msg: "Name is {{ my_instance.instance.name }}"
|
||||||
|
|
||||||
- debug:
|
- debug:
|
||||||
msg: "IP is {{ my_instance.instance.publicIpAddress }}"
|
msg: "IP is {{ my_instance.instance.public_ip_address }}"
|
||||||
|
|
||||||
# Delete an instance if present
|
# Delete an instance if present
|
||||||
- lightsail:
|
- lightsail:
|
||||||
|
|
Loading…
Add table
Reference in a new issue