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

cloudstack: fix typos in doc

This commit is contained in:
Rene Moser 2015-07-28 00:05:37 +02:00 committed by Matt Clay
parent 7e3787dd11
commit 81006ab9c3
2 changed files with 4 additions and 3 deletions

View file

@ -21,7 +21,7 @@
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: cs_account module: cs_account
short_description: Manages account on Apache CloudStack based clouds. short_description: Manages accounts on Apache CloudStack based clouds.
description: description:
- Create, disable, lock, enable and remove accounts. - Create, disable, lock, enable and remove accounts.
version_added: '2.0' version_added: '2.0'

View file

@ -21,8 +21,9 @@
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: cs_iso module: cs_iso
short_description: Manages ISOs images on Apache CloudStack based clouds. short_description: Manages ISO images on Apache CloudStack based clouds.
description: Register and remove ISO images. description:
- Register and remove ISO images.
version_added: '2.0' version_added: '2.0'
author: "René Moser (@resmo)" author: "René Moser (@resmo)"
options: options: