digital_ocean_tag name is a required field

Spotted during final review of https://github.com/ansible/ansible-modules-core/pull/4218/files
Simple to change, so fixing post merge
This commit is contained in:
John R Barker 2016-08-30 19:56:49 +01:00 committed by Matt Clay
parent 6a20e6649d
commit 89529366bf

View file

@ -27,6 +27,7 @@ options:
description:
- The name of the tag. The supported characters for names include
alphanumeric characters, dashes, and underscores.
required: true
resource_id:
description:
- The ID of the resource to operate on.