From 6433c98b884afbc1076157b66db8e0de78b976e9 Mon Sep 17 00:00:00 2001 From: Samori Gorse Date: Thu, 27 Jun 2024 18:56:47 +0200 Subject: [PATCH] Update plugins/modules/xen_orchestra_instance.py Update version from 9.1.0 to 9.2.0 Co-authored-by: Felix Fontein --- plugins/modules/xen_orchestra_instance.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/plugins/modules/xen_orchestra_instance.py b/plugins/modules/xen_orchestra_instance.py index 7d8781c847..0ed679b890 100644 --- a/plugins/modules/xen_orchestra_instance.py +++ b/plugins/modules/xen_orchestra_instance.py @@ -11,7 +11,14 @@ module: xen_orchestra_instance short_description: Management of instances on Xen Orchestra description: - 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: api_host: description: API host to XOA API.