mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix grammar in docs for fetch 'fail_on_missing' (#3872)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user