From c5fbda395b9b5c953a54351cac74f4769ba0da9f Mon Sep 17 00:00:00 2001 From: Brendan Jurd Date: Tue, 7 Jun 2016 05:27:18 +1000 Subject: [PATCH] Fix grammar in docs for fetch 'fail_on_missing' (#3872) --- lib/ansible/modules/files/fetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"