Update lightsail.py

pull/44902/head
Adam 6 years ago committed by GitHub
parent bf9ed0263a
commit dc8307a063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save