mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Bug Fixes for ontap_iscsi.py (#44201)
This commit is contained in:
parent
5778691923
commit
9858f41628
1 changed files with 2 additions and 3 deletions
|
@ -17,12 +17,11 @@ DOCUMENTATION = '''
|
|||
|
||||
module: na_ontap_iscsi
|
||||
|
||||
short_description: Manage NetApp Ontap iscsi service
|
||||
short_description: Manage NetApp ONTAP iscsi service
|
||||
extends_documentation_fragment:
|
||||
- netapp.na_ontap
|
||||
version_added: '2.6'
|
||||
author:
|
||||
- Chhaya Gunawat (chhayag@netapp.com), Laurent Nicolas (laurentn@netapp.com)
|
||||
author: NetApp Ansible Team (ng-ansibleteam@netapp.com)
|
||||
|
||||
description:
|
||||
- create, delete, start, stop iscsi service on svm.
|
||||
|
|
Loading…
Reference in a new issue