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

cloudstack: cs_role: doc fixes.

This commit is contained in:
Rene Moser 2016-12-10 11:40:30 +01:00
parent a8fc8249b4
commit b1ea79af51

View file

@ -51,12 +51,12 @@ options:
choices: [ 'User', 'DomainAdmin', 'ResourceAdmin', 'Admin' ] choices: [ 'User', 'DomainAdmin', 'ResourceAdmin', 'Admin' ]
description: description:
description: description:
- Description of the role - Description of the role.
required: false required: false
default: null default: null
state: state:
description: description:
- State of the pod. - State of the role.
required: false required: false
default: 'present' default: 'present'
choices: [ 'present', 'absent' ] choices: [ 'present', 'absent' ]