Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
6ecf4153
Commit
6ecf4153
authored
Sep 18, 2013
by
Ralph Bean
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix an example with a yaml syntax error.
parent
d782d91b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
library/cloud/digital_ocean
+2
-1
No files found.
library/cloud/digital_ocean
View file @
6ecf4153
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment