mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
Rename digital_ocean_ssh to digital_ocean_sshkey per https://github.com/ansible/ansible/pull/4315#issuecomment-30286556
This commit is contained in:
parent
7e0a56d2a4
commit
3ac4611093
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
||||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: digital_ocean_ssh
|
module: digital_ocean_sshkey
|
||||||
short_description: Create/delete an SSH key in DigitalOcean
|
short_description: Create/delete an SSH key in DigitalOcean
|
||||||
description:
|
description:
|
||||||
- Create/delete an SSH key.
|
- Create/delete an SSH key.
|
||||||
|
@ -54,7 +54,7 @@ EXAMPLES = '''
|
||||||
# If a key matches this name, will return the ssh key id and changed = False
|
# If a key matches this name, will return the ssh key id and changed = False
|
||||||
# If no existing key matches this name, a new key is created, the ssh key id is returned and changed = False
|
# If no existing key matches this name, a new key is created, the ssh key id is returned and changed = False
|
||||||
|
|
||||||
- digital_ocean_ssh: >
|
- digital_ocean_sshkey: >
|
||||||
state=present
|
state=present
|
||||||
name=my_ssh_key
|
name=my_ssh_key
|
||||||
ssh_pub_key='ssh-rsa AAAA...'
|
ssh_pub_key='ssh-rsa AAAA...'
|
Loading…
Add table
Add a link
Reference in a new issue