mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-26 03:38:41 +02:00
Use semantic markup (#185)
* Enable semantic markup. * Use semantic markup. * Break long lines. * Add ignore entries. * Ignore docs build error.
This commit is contained in:
parent
08c8c7ecc8
commit
2e78a207e9
17 changed files with 146 additions and 129 deletions
|
@ -12,18 +12,18 @@ DOCUMENTATION:
|
|||
options:
|
||||
_input:
|
||||
description:
|
||||
- A list of assignments. Can be the result of the C(community.routeros.split) filter.
|
||||
- A list of assignments. Can be the result of the P(community.routeros.split#filter) filter.
|
||||
type: list
|
||||
elements: string
|
||||
required: true
|
||||
require_assignment:
|
||||
description:
|
||||
- Allows to accept arguments without values when set to C(false).
|
||||
- Allows to accept arguments without values when set to V(false).
|
||||
type: boolean
|
||||
default: true
|
||||
skip_empty_values:
|
||||
description:
|
||||
- Allows to skip arguments whose value is empty when set to C(true).
|
||||
- Allows to skip arguments whose value is empty when set to V(true).
|
||||
type: boolean
|
||||
default: false
|
||||
author:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue