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

[cloud] change returned type of tag in ec2_snapshot_facts, fix #22431. (#22432)

Signed-off-by: Xia Kai(夏恺) <xiaket@gmail.com>
This commit is contained in:
夏恺(Kai Xia) 2017-03-14 05:00:16 +11:00 committed by Ryan Brown
parent f5abcd9264
commit 5e40af0732

View file

@ -141,7 +141,7 @@ owner_alias:
sample: 033440102211
tags:
description: Any tags assigned to the snapshot.
type: list
type: dict
sample: "{ 'my_tag_key': 'my_tag_value' }"
encrypted:
description: Indicates whether the snapshot is encrypted.