docs: update default value for `expect_disconnect`
This commit is contained in:
parent
7be2ad6312
commit
e8c54cb496
|
@ -72,9 +72,9 @@ Optional parameters:
|
|||
available variables: `Path`, which is the path to the script to run, and
|
||||
`Vars`, which is the list of `environment_vars`, if configured.
|
||||
|
||||
- `expect_disconnect` (bool) - Defaults to true. Whether to error if the
|
||||
- `expect_disconnect` (bool) - Defaults to `false`. Whether to error if the
|
||||
server disconnects us. A disconnect might happen if you restart the ssh
|
||||
server or reboot the host. May default to false in the future.
|
||||
server or reboot the host.
|
||||
|
||||
- `inline_shebang` (string) - The
|
||||
[shebang](https://en.wikipedia.org/wiki/Shebang_%28Unix%29) value to use when
|
||||
|
|
Loading…
Reference in New Issue