From 23dec6f5c722014746acbdf5810cfee20f251bac Mon Sep 17 00:00:00 2001 From: Samori Gorse Date: Mon, 24 Jun 2024 09:24:40 +0000 Subject: [PATCH] feat: Renamed xen_orchestra -> xen_orchestra_instance --- plugins/modules/{xen_orchestra.py => xen_orchestra_instance.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename plugins/modules/{xen_orchestra.py => xen_orchestra_instance.py} (99%) diff --git a/plugins/modules/xen_orchestra.py b/plugins/modules/xen_orchestra_instance.py similarity index 99% rename from plugins/modules/xen_orchestra.py rename to plugins/modules/xen_orchestra_instance.py index 3fd60184d2..7d8781c847 100644 --- a/plugins/modules/xen_orchestra.py +++ b/plugins/modules/xen_orchestra_instance.py @@ -7,7 +7,7 @@ from __future__ import (absolute_import, division, print_function) __metaclass__ = type DOCUMENTATION = ''' -module: xen_orchestra +module: xen_orchestra_instance short_description: Management of instances on Xen Orchestra description: - Allows you to create/delete/restart/stop instances on Xen Orchestra.