From 0c25e968ee5153f049d3ba9a95f213a6a67cd476 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Tue, 30 Aug 2016 19:56:49 +0100 Subject: [PATCH] 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 --- cloud/digital_ocean/digital_ocean_tag.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cloud/digital_ocean/digital_ocean_tag.py b/cloud/digital_ocean/digital_ocean_tag.py index e0085e0b056..2e06a1d5a0a 100644 --- a/cloud/digital_ocean/digital_ocean_tag.py +++ b/cloud/digital_ocean/digital_ocean_tag.py @@ -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.