Commit 6ecf4153 by Ralph Bean

Fix an example with a yaml syntax error.

parent d782d91b
...@@ -102,7 +102,8 @@ EXAMPLES = ''' ...@@ -102,7 +102,8 @@ EXAMPLES = '''
image_id=3 image_id=3
wait_timeout=500 wait_timeout=500
register: my_droplet register: my_droplet
- debug: msg="ID: {{ my_droplet.droplet.id }} IP: {{ my_droplet.droplet.ip_address }}" - debug: msg="ID is {{ my_droplet.droplet.id }}"
- debug: msg="IP is {{ my_droplet.droplet.ip_address }}"
# Ensure a droplet is present # Ensure a droplet is present
# If droplet id already exist, will return the droplet details and changed = False # If droplet id already exist, will return the droplet details and changed = False
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment