mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-27 12:51:25 -07: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
Add a link
Reference in a new issue