Fixing up some docstrings causing make webdocs to fail

This commit is contained in:
James Cammarata
2014-03-11 12:26:35 -05:00
parent 998b986c59
commit b95fe470c4
2 changed files with 3 additions and 2 deletions

View File

@@ -26,7 +26,8 @@ description:
- Returns C(ami), C(aki), C(ari), C(serial), C(tag)
- If there is no AKI or ARI associated with an image, these will be C(null).
- Only supports images from cloud-images.ubuntu.com
- Example output: C({"ami": "ami-69f5a900", "changed": false, "aki": "aki-88aa75e1", "tag": "release", "ari": null, "serial": "20131024"})
- 'Example output: C({"ami": "ami-69f5a900", "changed": false, "aki": "aki-88aa75e1", "tag": "release", "ari": null, "serial": "20131024"})'
version_added: "1.6"
options:
distro:
description: Linux distribution (e.g., C(ubuntu))