mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-16 13:14:36 +02:00
Fix bool default value. (#12)
This commit is contained in:
parent
32bcf8b02c
commit
649809b2be
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ options:
|
||||||
- If is set TLS will be used for RouterOS API connection.
|
- If is set TLS will be used for RouterOS API connection.
|
||||||
required: false
|
required: false
|
||||||
type: bool
|
type: bool
|
||||||
|
default: false
|
||||||
port:
|
port:
|
||||||
description:
|
description:
|
||||||
- RouterOS api port. If ssl is set, port will apply to ssl connection.
|
- RouterOS api port. If ssl is set, port will apply to ssl connection.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue