Merge pull request #3215 from sivel/sync-docs
Fix synchronize docs to indicate the correct default for use_ssh_args
This commit is contained in:
commit
c1398d98ed
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ options:
|
|||
use_ssh_args:
|
||||
description:
|
||||
- Use the ssh_args specified in ansible.cfg
|
||||
default: "yes"
|
||||
default: "no"
|
||||
choices:
|
||||
- "yes"
|
||||
- "no"
|
||||
|
|
Loading…
Reference in a new issue