Fix grammar in docs for fetch 'fail_on_missing' (#3872)

This commit is contained in:
Brendan Jurd 2016-06-07 05:27:18 +10:00 committed by Brian Coca
parent 9c52f781c9
commit 6448204271

View file

@ -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"