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"