From 6a77533b57595a6624e47524b4d8e653be5cee68 Mon Sep 17 00:00:00 2001 From: Nathan Swartz Date: Tue, 23 Jul 2019 14:38:11 -0500 Subject: [PATCH] Specify type-str for common NetApp E-Series documention options. (#59459) --- lib/ansible/plugins/doc_fragments/netapp.py | 4 ++++ test/sanity/validate-modules/ignore.txt | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/ansible/plugins/doc_fragments/netapp.py b/lib/ansible/plugins/doc_fragments/netapp.py index 4d5aa506e68..98ad481e26e 100644 --- a/lib/ansible/plugins/doc_fragments/netapp.py +++ b/lib/ansible/plugins/doc_fragments/netapp.py @@ -163,14 +163,17 @@ notes: options: api_username: required: true + type: str description: - The username to authenticate with the SANtricity Web Services Proxy or Embedded Web Services API. api_password: required: true + type: str description: - The password to authenticate with the SANtricity Web Services Proxy or Embedded Web Services API. api_url: required: true + type: str description: - The url to the SANtricity Web Services Proxy or Embedded Web Services API. Example https://prod-1.wahoo.acme.com/devmgr/v2 @@ -182,6 +185,7 @@ options: type: bool ssid: required: false + type: str default: 1 description: - The ID of the array to manage. This value must be unique for each array. diff --git a/test/sanity/validate-modules/ignore.txt b/test/sanity/validate-modules/ignore.txt index 065720019b0..8cfb47af228 100644 --- a/test/sanity/validate-modules/ignore.txt +++ b/test/sanity/validate-modules/ignore.txt @@ -3456,7 +3456,6 @@ lib/ansible/modules/storage/netapp/netapp_e_volume_copy.py E324 lib/ansible/modules/storage/netapp/netapp_e_volume_copy.py E326 lib/ansible/modules/storage/netapp/netapp_e_volume_copy.py E335 lib/ansible/modules/storage/netapp/netapp_e_volume_copy.py E337 -lib/ansible/modules/storage/netapp/netapp_e_volume_copy.py E338 lib/ansible/modules/storage/netapp/netapp_e_volume.py E324 lib/ansible/modules/storage/netapp/netapp_e_volume.py E327 lib/ansible/modules/storage/netapp/netapp_e_volume.py E337