mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-09 15:44:20 -07:00
chore: Yaml formatting, version bumped
This commit is contained in:
parent
773d00c734
commit
ebf8601d76
1 changed files with 4 additions and 4 deletions
|
@ -11,9 +11,9 @@ 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.2.0
|
version_added: 10.3.0
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
attributes:
|
attributes:
|
||||||
check_mode:
|
check_mode:
|
||||||
support: none
|
support: none
|
||||||
|
@ -66,9 +66,9 @@ options:
|
||||||
type: bool
|
type: bool
|
||||||
default: false
|
default: false
|
||||||
requirements:
|
requirements:
|
||||||
- websocket-client >= 1.0.0
|
- websocket-client >= 1.0.0
|
||||||
author:
|
author:
|
||||||
- Samori Gorse (@shinuza) <samorigorse@gmail.com>
|
- Samori Gorse (@shinuza) <samorigorse@gmail.com>
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue