Bug Fixes for ontap_job_schedule.py (#44202)
This commit is contained in:
parent
cd2af0b06a
commit
5778691923
1 changed files with 2 additions and 3 deletions
|
@ -14,12 +14,11 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
module: na_ontap_job_schedule
|
module: na_ontap_job_schedule
|
||||||
short_description: Manage NetApp Ontap Job Schedule
|
short_description: Manage NetApp ONTAP Job Schedule
|
||||||
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)
|
||||||
- Archana Ganesan (garchana@netapp.com), Suhas Bangalore Shekar (bsuhas@netapp.com)
|
|
||||||
description:
|
description:
|
||||||
- Create/Delete/Modify_minute job-schedules on ONTAP
|
- Create/Delete/Modify_minute job-schedules on ONTAP
|
||||||
options:
|
options:
|
||||||
|
|
Loading…
Reference in a new issue