mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fixes documentation string
This commit is contained in:
parent
fd2d4e2271
commit
4e5dc44289
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue