Use 'path' in file documentation, though src/dest work, it's less intuitive.

This commit is contained in:
Michael DeHaan 2012-10-12 22:08:07 -04:00
parent 0397497f37
commit 24170795c4

2
file
View file

@ -37,7 +37,7 @@ description:
files/symlinks/directories. Many other modules support the same options as files/symlinks/directories. Many other modules support the same options as
the file module - including M(copy), M(template), and M(assmeble). the file module - including M(copy), M(template), and M(assmeble).
options: options:
dest: path:
description: description:
- defines the file being managed, unless when used with I(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 I(state=link), and then sets the destination to create a symbolic link to using I(src)
required: true required: true