From 29f41cf273eed934d646c6a06ad96e24681203c2 Mon Sep 17 00:00:00 2001 From: Ben Podoll Date: Mon, 12 Aug 2013 11:45:32 -0500 Subject: [PATCH] adding a little more info to the 'path' param so it's clear there are aliases (which are used in other examples) to avoid confusion --- files/file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/file b/files/file index cf066219796..80b7e0da9d7 100644 --- a/files/file +++ b/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) + - 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']