mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-21 20:30:21 -07:00
xenserver_guest - fixed validations (#2243)
* fixed cdrom parameter * fixed networks and custom_params parameters * fixed disks parameter * fixed remaining parameters * removed plugins/modules/cloud/xenserver/xenserver_guest.py from ignore list * comments from PR * comments from PR * more adjustments from the PR
This commit is contained in:
parent
f4858d64f4
commit
69a9a77b65
6 changed files with 142 additions and 69 deletions
|
@ -20,7 +20,6 @@ except ImportError:
|
|||
XENAPI_IMP_ERR = traceback.format_exc()
|
||||
|
||||
from ansible.module_utils.basic import env_fallback, missing_required_lib
|
||||
from ansible.module_utils.common.network import is_mac
|
||||
from ansible.module_utils.ansible_release import __version__ as ANSIBLE_VERSION
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue