mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-16 09:55:26 -07: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
|
@ -19,7 +19,7 @@ deprecated:
|
|||
alternative: Use M(na_ontap_info) instead.
|
||||
author: Piotr Olczak (@dprts) <polczak@redhat.com>
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.na_ontap
|
||||
- community.general._netapp.na_ontap
|
||||
|
||||
short_description: NetApp information gatherer
|
||||
description:
|
||||
|
@ -119,7 +119,7 @@ ontap_facts:
|
|||
import traceback
|
||||
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
|
||||
|
||||
try:
|
||||
import xmltodict
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue