Add default documentation for timeout
This commit is contained in:
parent
d2d3510d03
commit
9b6ca2b248
1 changed files with 2 additions and 1 deletions
|
@ -50,8 +50,9 @@ options:
|
||||||
default: None
|
default: None
|
||||||
timeout:
|
timeout:
|
||||||
description:
|
description:
|
||||||
- Timeout setting: 30s, 1m, 1h... (1m by default)
|
- Timeout setting: 30s, 1m, 1h...
|
||||||
required: False
|
required: False
|
||||||
|
default: 1m
|
||||||
plugin_bin:
|
plugin_bin:
|
||||||
description:
|
description:
|
||||||
- Location of the plugin binary
|
- Location of the plugin binary
|
||||||
|
|
Loading…
Reference in a new issue