mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07: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
|
module: na_ontap_iscsi
|
||||||
|
|
||||||
short_description: Manage NetApp Ontap iscsi service
|
short_description: Manage NetApp ONTAP iscsi service
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- netapp.na_ontap
|
- netapp.na_ontap
|
||||||
version_added: '2.6'
|
version_added: '2.6'
|
||||||
author:
|
author: NetApp Ansible Team (ng-ansibleteam@netapp.com)
|
||||||
- Chhaya Gunawat (chhayag@netapp.com), Laurent Nicolas (laurentn@netapp.com)
|
|
||||||
|
|
||||||
description:
|
description:
|
||||||
- create, delete, start, stop iscsi service on svm.
|
- create, delete, start, stop iscsi service on svm.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue