mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Bug Fix for na_elementsw_backup.py (Default argument spec wasn't given) (#52378)
* Revert "changes to clusteR" This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80. * Revert "Revert "changes to clusteR"" This reverts commit f1104a37b42886aebb4d2b2ab27c91c96d97858a. * bug fix * Fix exception
This commit is contained in:
parent
07fcb60d55
commit
5fbdb0cfdf
1 changed files with 2 additions and 1 deletions
|
@ -136,7 +136,8 @@ class ElementSWBackup(object):
|
|||
"""
|
||||
Setup Ansible parameters and SolidFire connection
|
||||
"""
|
||||
self.argument_spec = {}
|
||||
self.argument_spec = netapp_utils.ontap_sf_host_argument_spec()
|
||||
|
||||
self.argument_spec.update(dict(
|
||||
|
||||
src_hostname=dict(aliases=['hostname'], required=True, type='str'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue