mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
fixes documentation string
This commit is contained in:
@@ -191,7 +191,7 @@ class NxosModule(AnsibleModule):
|
|||||||
return resp['ins_api']['outputs']['output']['body']
|
return resp['ins_api']['outputs']['output']['body']
|
||||||
|
|
||||||
def get_module(**kwargs):
|
def get_module(**kwargs):
|
||||||
"""Return instance of EosModule
|
"""Return instance of NxosModule
|
||||||
"""
|
"""
|
||||||
|
|
||||||
argument_spec = NET_COMMON_ARGS.copy()
|
argument_spec = NET_COMMON_ARGS.copy()
|
||||||
|
|||||||
Reference in New Issue
Block a user