mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-29 21:04:34 +02:00
Fix docs. (#105)
This commit is contained in:
parent
a66bb78d7f
commit
af6524a1fd
3 changed files with 7 additions and 3 deletions
|
@ -246,7 +246,9 @@ RETURN = '''
|
|||
---
|
||||
message:
|
||||
description: All outputs are in list with dictionary elements returned from RouterOS api.
|
||||
sample: C([{...},{...}])
|
||||
sample:
|
||||
- address: 1.2.3.4
|
||||
- address: 2.3.4.5
|
||||
type: list
|
||||
returned: always
|
||||
'''
|
||||
|
|
|
@ -38,7 +38,8 @@ options:
|
|||
Values can also be used with an initial C(!) to specify that a
|
||||
specific subset should not be collected.
|
||||
required: false
|
||||
default: 'all'
|
||||
default:
|
||||
- all
|
||||
type: list
|
||||
elements: str
|
||||
seealso:
|
||||
|
|
|
@ -28,7 +28,8 @@ options:
|
|||
Values can also be used with an initial C(!) to specify that a
|
||||
specific subset should not be collected.
|
||||
required: false
|
||||
default: '!config'
|
||||
default:
|
||||
- '!config'
|
||||
type: list
|
||||
elements: str
|
||||
seealso:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue