1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

[digital_ocean] Remove command usage from digital_ocean_ssh examples

I seem to have forgotten to do this in my last commit.
This commit is contained in:
Michael Gregson 2013-10-01 15:18:15 -06:00
parent b4fdb4c86b
commit 7e0a56d2a4

View file

@ -56,7 +56,6 @@ EXAMPLES = '''
- digital_ocean_ssh: > - digital_ocean_ssh: >
state=present state=present
command=ssh
name=my_ssh_key name=my_ssh_key
ssh_pub_key='ssh-rsa AAAA...' ssh_pub_key='ssh-rsa AAAA...'
client_id=XXX client_id=XXX