Fix docs. (#105)

This commit is contained in:
Felix Fontein 2022-08-04 14:32:01 +02:00 committed by GitHub
parent a66bb78d7f
commit af6524a1fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 3 deletions

View file

@ -246,7 +246,9 @@ RETURN = '''
--- ---
message: message:
description: All outputs are in list with dictionary elements returned from RouterOS api. 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 type: list
returned: always returned: always
''' '''

View file

@ -38,7 +38,8 @@ options:
Values can also be used with an initial C(!) to specify that a Values can also be used with an initial C(!) to specify that a
specific subset should not be collected. specific subset should not be collected.
required: false required: false
default: 'all' default:
- all
type: list type: list
elements: str elements: str
seealso: seealso:

View file

@ -28,7 +28,8 @@ options:
Values can also be used with an initial C(!) to specify that a Values can also be used with an initial C(!) to specify that a
specific subset should not be collected. specific subset should not be collected.
required: false required: false
default: '!config' default:
- '!config'
type: list type: list
elements: str elements: str
seealso: seealso: