Fixed docs for cloud modules (#23745)

* Fixed docs for cloud modules

* removed blank line in ec2_snapshot_facts
This commit is contained in:
Andrea Tartaglia 2017-04-27 12:01:11 +01:00 committed by John R Barker
commit 1d0a629dcc
82 changed files with 335 additions and 232 deletions

View file

@ -213,7 +213,7 @@ architecture:
block_device_mapping:
description: block device mapping associated with image
returned: when AMI found
type: dictionary of block devices
type: dict
sample: "{
'/dev/xvda': {
'delete_on_termination': true,
@ -280,7 +280,7 @@ state:
tags:
description: tags assigned to image
returned: when AMI found
type: dictionary of tags
type: dict
sample: "{
'Environment': 'devel',
'Name': 'test-server01',