Backport/2.6/44902 (#44921)

* Update lightsail.py

(cherry picked from commit dc8307a063)

* correct example code for AWS lightsail

* Move changelog to correct location

* Update CHANGELOG-v2.6.rst
pull/44940/head
Adam 6 years ago committed by Alicia Cozine
parent 545d0eda17
commit 2b859d218d

@ -0,0 +1,3 @@
---
bugfixes:
- fix example code for AWS lightsail documentation

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