Fix grammar in docs for fetch 'fail_on_missing' (#3872)
This commit is contained in:
parent
9c52f781c9
commit
6448204271
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue