mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-01 05:49:09 -07:00
Update plugins/modules/xen_orchestra_instance.py
Update version from 9.1.0 to 9.2.0 Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
834e05ecd3
commit
e3faa8f29e
1 changed files with 8 additions and 1 deletions
|
@ -11,7 +11,14 @@ module: xen_orchestra_instance
|
||||||
short_description: Management of instances on Xen Orchestra
|
short_description: Management of instances on Xen Orchestra
|
||||||
description:
|
description:
|
||||||
- Allows you to create/delete/restart/stop instances on Xen Orchestra.
|
- Allows you to create/delete/restart/stop instances on Xen Orchestra.
|
||||||
version_added: 9.1.0
|
version_added: 9.2.0
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- community.general.attributes
|
||||||
|
attributes:
|
||||||
|
check_mode:
|
||||||
|
support: none
|
||||||
|
diff_mode:
|
||||||
|
support: none
|
||||||
options:
|
options:
|
||||||
api_host:
|
api_host:
|
||||||
description: API host to XOA API.
|
description: API host to XOA API.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue