summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael DeHaan <michael@ansible.com>2014-02-28 13:55:07 -0500
committerMichael DeHaan <michael@ansible.com>2014-02-28 13:55:07 -0500
commit6c43e0e0103a7e65b718326e812cc9ef1da91228 (patch)
tree0588151a8b1065cc89c4bd3ac50d47180effbac9
parentbbb88517ef61a267fc222a6f238d7a654ee3f6bc (diff)
downloadansible-6c43e0e0103a7e65b718326e812cc9ef1da91228.tar.gz
Simplify file module parameter description.
-rw-r--r--library/files/file2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/files/file b/library/files/file
index bef175873e..8e4e30a99b 100644
--- a/library/files/file
+++ b/library/files/file
@@ -40,7 +40,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). Aliases: I(dest), I(name)'
+ - 'path to the file being managed. Aliases: I(dest), I(name)'
required: true
default: []
aliases: ['dest', 'name']