From 07f29ecd7f7b4d19a42ddb0a88370e0f97ecd42d Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Wed, 9 Mar 2016 11:12:21 -0600 Subject: [PATCH] Fix synchronize docs to indicate the correct default for use_ssh_args --- files/synchronize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/synchronize.py b/files/synchronize.py index a7b3a7842eb..262597729ab 100644 --- a/files/synchronize.py +++ b/files/synchronize.py @@ -141,7 +141,7 @@ options: use_ssh_args: description: - Use the ssh_args specified in ansible.cfg - default: "yes" + default: "no" choices: - "yes" - "no"