Commit 13bef357 by Ben Podoll

adding a little more info to the 'path' param so it's clear there are aliases…

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
parent 6feb4e38
...@@ -39,7 +39,7 @@ description: ...@@ -39,7 +39,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) - 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 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