From 277a918e124d420b1f7eca688aa77b4a1d08917f Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 18 Sep 2013 15:49:41 -0400 Subject: [PATCH] Fix an example with a yaml syntax error. --- cloud/digital_ocean | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cloud/digital_ocean b/cloud/digital_ocean index 3f030416fcc..82733ae483b 100644 --- a/cloud/digital_ocean +++ b/cloud/digital_ocean @@ -102,7 +102,8 @@ EXAMPLES = ''' image_id=3 wait_timeout=500 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 # If droplet id already exist, will return the droplet details and changed = False