From e4a88eeebe86dec18348a640a323681c161ebd80 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 --- lib/ansible/modules/files/synchronize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/files/synchronize.py b/lib/ansible/modules/files/synchronize.py index a7b3a7842eb..262597729ab 100644 --- a/lib/ansible/modules/files/synchronize.py +++ b/lib/ansible/modules/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"