mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-02 14:24:37 +02:00
Fix sanity errors. (#55)
This commit is contained in:
parent
65034de769
commit
4ccd70cc8f
8 changed files with 16 additions and 27 deletions
|
@ -27,6 +27,8 @@ options:
|
|||
not be collected.
|
||||
required: false
|
||||
default: '!config'
|
||||
type: list
|
||||
elements: str
|
||||
seealso:
|
||||
- ref: ansible_collections.community.routeros.docsite.ssh-guide
|
||||
description: How to connect to RouterOS devices with SSH
|
||||
|
@ -586,7 +588,7 @@ def main():
|
|||
"""main entry point for module execution
|
||||
"""
|
||||
argument_spec = dict(
|
||||
gather_subset=dict(default=['!config'], type='list')
|
||||
gather_subset=dict(default=['!config'], type='list', elements='str')
|
||||
)
|
||||
|
||||
argument_spec.update(routeros_argument_spec)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue