ansible-collections / netapp

Development area for Netapp collections
49 stars 36 forks source link

added iscsi_initiator_list_entry_info to na_ontap_info #81

Closed dprts closed 3 years ago

dprts commented 3 years ago
SUMMARY

This subset returns information that can be otherwise gathered using cli command: iscsi initiator show

ISSUE TYPE
COMPONENT NAME

na_ontap_info

carchi8py commented 3 years ago

@dprts you'll need to fix the error that ansible sanity test is finding for us to merge this in

See documentation for help: https://docs.ansible.com/ansible/2.10/dev_guide/testing/sanity/pep8.html ERROR: plugins/modules/na_ontap_info.py:714:46: E231: missing whitespace after ':'

dprts commented 3 years ago

@carchi8py: Apologies, I forgot to run tests before the push. Now it's corrected. Thank you!

dprts commented 3 years ago

Sure, I am going to add it now.

dprts commented 3 years ago

I am dropping this PR in favor of using na_ontap_zapit module to pull that information instead.