From b5895712b3d77da86730880cc0337741c74b9a84 Mon Sep 17 00:00:00 2001 From: Ted Timmons Date: Wed, 23 Apr 2014 08:28:30 -0500 Subject: [PATCH] update documentation to include missing option 'list' was added more recently, it was omitted from the documentation. --- library/cloud/ec2_tag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/cloud/ec2_tag b/library/cloud/ec2_tag index 6c6eb94d218..5cae1cf3ab0 100644 --- a/library/cloud/ec2_tag +++ b/library/cloud/ec2_tag @@ -33,7 +33,7 @@ options: - Whether the tags should be present or absent on the resource. Use list to interrogate the tags of an instance. required: false default: present - choices: ['present', 'absent'] + choices: ['present', 'absent', 'list'] aliases: [] region: description: