mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
User report of DO not taking underscores so tweaking docs
This commit is contained in:
parent
aa8beadec3
commit
0bdf615612
1 changed files with 3 additions and 3 deletions
|
@ -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 = '''
|
||||||
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 = '''
|
||||||
- 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
|
||||||
|
|
Loading…
Reference in a new issue