From 6c43e0e0103a7e65b718326e812cc9ef1da91228 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 28 Feb 2014 13:55:07 -0500 Subject: [PATCH] Simplify file module parameter description. --- library/files/file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/files/file b/library/files/file index bef175873e..8e4e30a99b 100644 --- a/library/files/file +++ b/library/files/file @@ -40,7 +40,7 @@ description: options: path: description: - - 'defines the file being managed, unless when used with C(state=link), and then sets the destination to create a symbolic link to using I(src). Aliases: I(dest), I(name)' + - 'path to the file being managed. Aliases: I(dest), I(name)' required: true default: [] aliases: ['dest', 'name']