Update lightsail.py (#44902)

pull/4420/head
Adam 2018-08-31 04:24:04 +10:00 committed by Alicia Cozine
parent 9d89e15ff0
commit 00368a432f
1 changed files with 1 additions and 1 deletions

View File

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