Update digital_ocean_droplet.py (#66794)

* Update digital_ocean_droplet.py

here's new term of `ssh_keys` from `SSH key (numeric) ID` and in fact it's fingerprint. correctly term so people can easily know how to do it.

* Update digital_ocean_droplet.py
pull/67323/head
Sean Hsu 4 years ago committed by GitHub
parent a8a89b7102
commit 4967224248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -53,7 +53,7 @@ options:
aliases: ['region_id']
ssh_keys:
description:
- array of SSH key (numeric) ID that you would like to be added to the server.
- array of SSH key Fingerprint that you would like to be added to the server.
required: False
private_networking:
description:
@ -120,6 +120,7 @@ EXAMPLES = '''
region: sfo1
image: ubuntu-16-04-x64
wait_timeout: 500
ssh_keys: [ .... ]
register: my_droplet
- debug:

Loading…
Cancel
Save