From 848b38fc7fd6f144bedd7ff7dab47c42320288a9 Mon Sep 17 00:00:00 2001 From: Bryan Larsen Date: Thu, 11 Jul 2013 13:33:42 -0400 Subject: [PATCH] digital_ocean doc update --- library/cloud/digital_ocean | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/library/cloud/digital_ocean b/library/cloud/digital_ocean index dbf8406c77..c2359ade5d 100644 --- a/library/cloud/digital_ocean +++ b/library/cloud/digital_ocean @@ -59,7 +59,7 @@ options: - Optional, comma separated list of ssh_key_ids that you would like to be added to the server wait: description: - - Wait for the droplet to be in state 'running' before returning. + - Wait for the droplet to be in state 'running' before returning. If wait is "no" an ip_address may not be returned. default: "yes" choices: [ "yes", "no" ] wait_timeout: @@ -101,6 +101,8 @@ EXAMPLES = ''' region_id=2 image_id=3 wait_timeout=500 + register: my_droplet +- debug: msg="ID: {{ my_droplet.droplet.id }} IP: {{ my_droplet.droplet.ip_address }}" # Ensure a droplet is present # If droplet id already exist, will return the droplet details and changed = False