Commit 6c43e0e0 by Michael DeHaan

Simplify file module parameter description.

parent bbb88517
...@@ -40,7 +40,7 @@ description: ...@@ -40,7 +40,7 @@ description:
options: options:
path: path:
description: 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)' - 'path to the file being managed. Aliases: I(dest), I(name)'
required: true required: true
default: [] default: []
aliases: ['dest', 'name'] aliases: ['dest', 'name']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment