Commit 0bdf6156 by Michael DeHaan

User report of DO not taking underscores so tweaking docs

parent aa8beade
......@@ -112,7 +112,7 @@ EXAMPLES = '''
- digital_ocean: >
state=present
command=droplet
name=my_new_droplet
name=mydroplet
client_id=XXX
api_key=XXX
size_id=1
......@@ -131,7 +131,7 @@ EXAMPLES = '''
state=present
command=droplet
id=123
name=my_new_droplet
name=mydroplet
client_id=XXX
api_key=XXX
size_id=1
......@@ -147,7 +147,7 @@ EXAMPLES = '''
- digital_ocean: >
state=present
ssh_key_ids=id1,id2
name=my_new_droplet
name=mydroplet
client_id=XXX
api_key=XXX
size_id=1
......
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