Merge pull request #7128 from stansonhealth/improve_tag_docu

update ec2_tags documentation to include missing option
reviewable/pr18780/r1
James Cammarata 11 years ago
commit 83d6ee998f

@ -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. - Whether the tags should be present or absent on the resource. Use list to interrogate the tags of an instance.
required: false required: false
default: present default: present
choices: ['present', 'absent'] choices: ['present', 'absent', 'list']
aliases: [] aliases: []
region: region:
description: description:

Loading…
Cancel
Save