From 8b188429c77f7c91481dacd453ba0ab931539139 Mon Sep 17 00:00:00 2001 From: Serge van Ginderachter Date: Fri, 14 Jun 2013 20:45:58 +0200 Subject: [PATCH] docfix on file module, aliases for path parameter --- library/files/file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/files/file b/library/files/file index ed957819eb4..85befb3415e 100644 --- a/library/files/file +++ b/library/files/file @@ -42,7 +42,7 @@ options: - 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) required: true default: [] - aliases: [] + aliases: ['dest', 'name'] state: description: - If C(directory), all immediate subdirectories will be created if they