diff --git a/lib/ansible/modules/files/fetch.py b/lib/ansible/modules/files/fetch.py index f78a6c3c0b3..ad34964217e 100644 --- a/lib/ansible/modules/files/fetch.py +++ b/lib/ansible/modules/files/fetch.py @@ -45,7 +45,7 @@ options: fail_on_missing: version_added: "1.1" description: - - Makes it fails when the source file is missing. + - When set to 'yes', the task will fail if the source file is missing. required: false choices: [ "yes", "no" ] default: "no"