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

This commit is contained in:
Ben Podoll 2013-08-12 11:45:32 -05:00
parent 93a9b1c5c6
commit 29f41cf273

View 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']