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
commit 89529366bf

View file

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