mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-03 08:52:55 +00:00
Fix netapp modules (#76)
* Replace missing netapp parts with own copy. * Localize final fragment. * Mark netapps docs fragment as deprecated. * Drop dependency on netapp.ontap. * Remove all netapp_e_* modules. * Remove docs fragment.
This commit is contained in:
parent
50f8477dbc
commit
6172e56b62
125 changed files with 829 additions and 20206 deletions
|
|
@ -21,7 +21,7 @@ deprecated:
|
|||
alternative: please use M(na_elementsw_volume)
|
||||
short_description: Manage SolidFire volumes
|
||||
extends_documentation_fragment:
|
||||
- community.general.netapp.solidfire
|
||||
- community.general._netapp.solidfire
|
||||
|
||||
author: Sumit Kumar (@timuster) <sumit4@netapp.com>
|
||||
description:
|
||||
|
|
@ -131,7 +131,7 @@ msg:
|
|||
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
from ansible.module_utils._text import to_native
|
||||
import ansible_collections.netapp.ontap.plugins.module_utils.netapp as netapp_utils
|
||||
import ansible_collections.community.general.plugins.module_utils._netapp as netapp_utils
|
||||
|
||||
HAS_SF_SDK = netapp_utils.has_sf_sdk()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue