mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Update lightsail.py (#44902)
This commit is contained in:
@@ -82,7 +82,7 @@ EXAMPLES = '''
|
||||
msg: "Name is {{ my_instance.instance.name }}"
|
||||
|
||||
- debug:
|
||||
msg: "IP is {{ my_instance.instance.publicIpAddress }}"
|
||||
msg: "IP is {{ my_instance.instance.public_ip_address }}"
|
||||
|
||||
# Delete an instance if present
|
||||
- lightsail:
|
||||
|
||||
Reference in New Issue
Block a user