mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
Fix imports and installing dependencies in CI, part 1 (#41)
* Fix ovirt collection name (ovirt.ovirt_collection, not ovirt.ovirt). * Fix kubernetes module_utils references. * Fix broken f5 imports on community.general side. The imports in that collection are still broken and will still cause failures. * Fix Cisco ACI and MSO modules imports. * Fix check_point.mgmt dependency, fix imports. * Fix fortimanager imports. * Fix cisco intersight imports. * Fix ovirt module docs fragments. * Fix usage of _ in unit tests to avoid sanity failures. * Fix Cisco module docs fragments. * Fix netapp.ontap module docs fragment name. * Fix documentation. * Fix some boilerplate (the ones not mentioned in ignore.txt).
This commit is contained in:
parent
927d91f35f
commit
25394eeafb
95 changed files with 349 additions and 343 deletions
|
@ -51,7 +51,7 @@ options:
|
|||
- "For example to search cluster X from datacenter Y use following pattern:
|
||||
name=X and datacenter=Y"
|
||||
extends_documentation_fragment:
|
||||
- ovirt.ovirt.ovirt_info
|
||||
- ovirt.ovirt_collection.ovirt_info
|
||||
|
||||
'''
|
||||
|
||||
|
@ -80,7 +80,7 @@ import traceback
|
|||
|
||||
from ansible.module_utils.common.removed import removed_module
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
from ansible_collections.ovirt.ovirt.plugins.module_utils.ovirt import (
|
||||
from ansible_collections.ovirt.ovirt_collection.plugins.module_utils.ovirt import (
|
||||
check_sdk,
|
||||
create_connection,
|
||||
get_dict_of_struct,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue