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:
parent
b4fdb4c86b
commit
7e0a56d2a4
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue