Backport/2.5/44902 (#44920)

* Update lightsail.py
(cherry picked from commit dc8307a063)
* Correct AWS Lightsail documentation example
* add changelog fragment
pull/44663/merge
Adam 6 years ago committed by Alicia Cozine
parent 0724f4bfc2
commit 6321e70232

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

@ -93,7 +93,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