mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-30 21:09:09 -07:00
Fixed docs for cloud modules (#23745)
* Fixed docs for cloud modules * removed blank line in ec2_snapshot_facts
This commit is contained in:
parent
ce99ffe205
commit
1d0a629dcc
82 changed files with 335 additions and 232 deletions
|
@ -256,7 +256,7 @@ architecture:
|
|||
block_device_mapping:
|
||||
description: block device mapping associated with image
|
||||
returned: when AMI is created or already exists
|
||||
type: a dictionary of block devices
|
||||
type: dict
|
||||
sample: {
|
||||
"/dev/sda1": {
|
||||
"delete_on_termination": true,
|
||||
|
@ -329,7 +329,7 @@ state:
|
|||
tags:
|
||||
description: a dictionary of tags assigned to image
|
||||
returned: when AMI is created or already exists
|
||||
type: dictionary of tags
|
||||
type: dict
|
||||
sample: {
|
||||
"Env": "devel",
|
||||
"Name": "nat-server"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue