Added a version_added string to the new digital_ocean module param

reviewable/pr18780/r1
James Cammarata 11 years ago
parent db1299b535
commit 8ba5ed4d68

@ -48,6 +48,7 @@ options:
unique_name:
description:
- Bool, require unique hostnames. By default, digital ocean allows multiple hosts with the same name. Setting this to "yes" allows only one host per name. Useful for idempotence.
version_added: "1.4"
default: "no"
choices: [ "yes", "no" ]
size_id:

Loading…
Cancel
Save