diff --git a/lib/ansible/modules/files/copy.py b/lib/ansible/modules/files/copy.py index f9bbd1baa4..024633ffb8 100644 --- a/lib/ansible/modules/files/copy.py +++ b/lib/ansible/modules/files/copy.py @@ -84,7 +84,7 @@ options: - Currently remote_src does not support recursive copying. choices: [ "True", "False" ] required: false - default: "no" + default: "False" version_added: "2.0" follow: required: false