docs: update default value for `expect_disconnect`

This commit is contained in:
Matthew Hooker 2017-09-14 17:49:34 -07:00
parent 7be2ad6312
commit e8c54cb496
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 2 additions and 2 deletions

View File

@ -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