From d1362b608651be6db6e4bfc0e9472cc767fc7ca5 Mon Sep 17 00:00:00 2001 From: Yves Dorfsman Date: Thu, 28 Feb 2013 13:24:24 -0700 Subject: [PATCH] Doc that fetch returns ok when src not present. --- fetch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fetch b/fetch index 5b8d311cb79..9b789ccdc49 100644 --- a/fetch +++ b/fetch @@ -7,7 +7,8 @@ short_description: Fetches a file from remote nodes description: - This module works like M(copy), but in reverse. It is used for fetching files from remote machines and storing them locally in a file tree, - organized by hostname. + organized by hostname. Note that if the source file is missing, it + returns status=ok. version_added: "0.2" options: src: