mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Add NetApp SolidFire snapshot schedule module (#20734)
* Fix NetApp doc_fragment * Add NetApp SolidFire Snapshot schedule manager module * Minor fixes * Change supports_check_mode to True * Fix PEP8 issue * Make requested changes * Change 'pause' to 'paused' * Add schedule ID as a returned parameter * Make requested changes
This commit is contained in:
committed by
John R Barker
parent
21157aa1bc
commit
f21d57570e
@@ -38,8 +38,7 @@ options:
|
||||
username:
|
||||
required: true
|
||||
description:
|
||||
- Username: This can be a Cluster-scoped or SVM-scoped account, depending on whether a Cluster-level or SVM-level API is required. For more information, please read the documentation U(https://goo.gl/BRu78Z).
|
||||
|
||||
- This can be a Cluster-scoped or SVM-scoped account, depending on whether a Cluster-level or SVM-level API is required. For more information, please read the documentation U(https://goo.gl/BRu78Z).
|
||||
password:
|
||||
required: true
|
||||
description:
|
||||
@@ -65,7 +64,7 @@ options:
|
||||
username:
|
||||
required: true
|
||||
description:
|
||||
- Username: Please ensure that the user has the adequate permissions. For more information, please read the official documentation U(https://goo.gl/ddJa4Q).
|
||||
- Please ensure that the user has the adequate permissions. For more information, please read the official documentation U(https://goo.gl/ddJa4Q).
|
||||
password:
|
||||
required: true
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user