From 24170795c4f2c463dce6e42edabfcad11da9d28d Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 12 Oct 2012 22:08:07 -0400 Subject: [PATCH] Use 'path' in file documentation, though src/dest work, it's less intuitive. --- file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file b/file index 8e78538ba2a..64120f4c58b 100755 --- a/file +++ b/file @@ -37,7 +37,7 @@ description: files/symlinks/directories. Many other modules support the same options as the file module - including M(copy), M(template), and M(assmeble). options: - dest: + path: description: - defines the file being managed, unless when used with I(state=link), and then sets the destination to create a symbolic link to using I(src) required: true