Commit 0bdf6156 by Michael DeHaan

User report of DO not taking underscores so tweaking docs

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