1
0
Fork 0
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:
James Cammarata 2013-09-25 16:49:48 -05:00
parent 3fd0eefb97
commit 484297cfa8

View file

@ -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: