1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

update documentation to include missing option

'list' was added more recently, it was omitted from the documentation.
This commit is contained in:
Ted Timmons 2014-04-23 08:28:30 -05:00
parent 0af8ca3fee
commit b5895712b3

View file

@ -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: