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:
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
'''