From b55f99b803131f78ccc4a5f412854e5781a080d1 Mon Sep 17 00:00:00 2001 From: Sven Schliesing Date: Thu, 6 Mar 2014 13:16:29 +0100 Subject: [PATCH] Fix link in documentation c(dest) -> c(path) --- files/file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/file b/files/file index 8e4e30a99b7..7a038c9f362 100644 --- a/files/file +++ b/files/file @@ -52,7 +52,7 @@ options: If C(link), the symbolic link will be created or changed. Use C(hard) for hardlinks. If C(absent), directories will be recursively deleted, and files or symlinks will be unlinked. If C(touch) (new in 1.4), an empty file will - be created if the c(dest) does not exist, while an existing file or + be created if the c(path) does not exist, while an existing file or directory will receive updated file access and modification times (similar to the way `touch` works from the command line). required: false