mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Added a version_added string to the new digital_ocean module param
This commit is contained in:
parent
3fd0eefb97
commit
484297cfa8
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue