summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Jurd <direvus@gmail.com>2016-06-07 05:27:18 +1000
committerBrian Coca <bcoca@ansible.com>2016-06-06 15:27:18 -0400
commit64482042717dfdb3dae50a8cc5a862725b878de8 (patch)
treeab3191abf9153e83262e05d9fa940ee0fb4c7cb5
parent9c52f781c9a7a8052569e89903ad815bb94a1f30 (diff)
downloadansible-modules-core-64482042717dfdb3dae50a8cc5a862725b878de8.tar.gz
Fix grammar in docs for fetch 'fail_on_missing' (#3872)
-rw-r--r--files/fetch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fetch.py b/files/fetch.py
index f78a6c3c..ad349642 100644
--- a/files/fetch.py
+++ b/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"