Fix synchronize docs to indicate the correct default for use_ssh_args

This commit is contained in:
Matt Martz 2016-03-09 11:12:21 -06:00
parent effb355952
commit 07f29ecd7f

View file

@ -141,7 +141,7 @@ options:
use_ssh_args: use_ssh_args:
description: description:
- Use the ssh_args specified in ansible.cfg - Use the ssh_args specified in ansible.cfg
default: "yes" default: "no"
choices: choices:
- "yes" - "yes"
- "no" - "no"