From b9c337e43646f2914a0f329dbdfbc4051b9ece90 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 4 Oct 2013 08:45:05 -0400 Subject: [PATCH] "touch" option on file is new in 1.4 --- library/files/file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/files/file b/library/files/file index 992f4c9815..dd17b9ca02 100644 --- a/library/files/file +++ b/library/files/file @@ -50,7 +50,7 @@ options: exist, see the M(copy) or M(template) module if you want that behavior. 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), an empty file will + 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 directory will receive updated file access and modification times (similar to the way `touch` works from the command line).