Fix grammar in docs for fetch 'fail_on_missing' (#3872)
This commit is contained in:
parent
03515fc26c
commit
c5fbda395b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ options:
|
||||||
fail_on_missing:
|
fail_on_missing:
|
||||||
version_added: "1.1"
|
version_added: "1.1"
|
||||||
description:
|
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
|
required: false
|
||||||
choices: [ "yes", "no" ]
|
choices: [ "yes", "no" ]
|
||||||
default: "no"
|
default: "no"
|
||||||
|
|
Loading…
Reference in a new issue