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 5 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'] aliases: ['region_id']
ssh_keys: ssh_keys:
description: 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 required: False
private_networking: private_networking:
description: description:
@ -120,6 +120,7 @@ EXAMPLES = '''
region: sfo1 region: sfo1
image: ubuntu-16-04-x64 image: ubuntu-16-04-x64
wait_timeout: 500 wait_timeout: 500
ssh_keys: [ .... ]
register: my_droplet register: my_droplet
- debug: - debug:

Loading…
Cancel
Save