From 3e32654f9d67a1a7b5109fe9c543f89401f71746 Mon Sep 17 00:00:00 2001 From: Ben Podoll Date: Mon, 12 Aug 2013 12:17:34 -0500 Subject: [PATCH] fixing problem causing docs not to build --- library/files/file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/files/file b/library/files/file index 80b7e0da9d7..bdfcdd1ea78 100644 --- a/library/files/file +++ b/library/files/file @@ -39,7 +39,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) + - '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)' required: true default: [] aliases: ['dest', 'name']