mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
cs_template: fix missing docs (#2165)
This commit is contained in:
@@ -93,6 +93,23 @@ options:
|
||||
- Only used if C(state) is present or absent.
|
||||
required: false
|
||||
default: false
|
||||
mode:
|
||||
description:
|
||||
- Mode for the template extraction.
|
||||
- Only used if C(state=extracted).
|
||||
required: false
|
||||
default: 'http_download'
|
||||
choices: [ 'http_download', 'ftp_upload' ]
|
||||
domain:
|
||||
description:
|
||||
- Domain the template, snapshot or VM is related to.
|
||||
required: false
|
||||
default: null
|
||||
account:
|
||||
description:
|
||||
- Account the template, snapshot or VM is related to.
|
||||
required: false
|
||||
default: null
|
||||
project:
|
||||
description:
|
||||
- Name of the project the template to be registered in.
|
||||
|
||||
Reference in New Issue
Block a user