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 missing doc fragments

This commit is contained in:
Rene Moser 2015-05-05 15:53:55 +02:00 committed by Matt Clay
parent 0eaee21d81
commit 89704a7e38
7 changed files with 7 additions and 0 deletions

View file

@ -51,6 +51,7 @@ options:
- Poll async jobs until job has finished.
required: false
default: true
extends_documentation_fragment: cloudstack
'''
EXAMPLES = '''

View file

@ -71,6 +71,7 @@ options:
- Name of the project.
required: false
default: null
extends_documentation_fragment: cloudstack
'''
EXAMPLES = '''

View file

@ -150,6 +150,7 @@ options:
- Poll async jobs until job has finished.
required: false
default: true
extends_documentation_fragment: cloudstack
'''
EXAMPLES = '''

View file

@ -94,6 +94,7 @@ options:
required: false
default: 'present'
choices: [ 'present', 'absent' ]
extends_documentation_fragment: cloudstack
'''
EXAMPLES = '''

View file

@ -45,6 +45,7 @@ options:
- Name of the project the security group to be created in.
required: false
default: null
extends_documentation_fragment: cloudstack
'''
EXAMPLES = '''

View file

@ -48,6 +48,7 @@ options:
- String of the public key.
required: false
default: null
extends_documentation_fragment: cloudstack
'''
EXAMPLES = '''

View file

@ -66,6 +66,7 @@ options:
- Poll async jobs until job has finished.
required: false
default: true
extends_documentation_fragment: cloudstack
'''
EXAMPLES = '''