diff options
author | Maykel Moya <mmoya@mmoya.org> | 2013-12-26 12:34:33 +0100 |
---|---|---|
committer | Maykel Moya <mmoya@mmoya.org> | 2013-12-26 12:34:46 +0100 |
commit | 0711447d3a580c30f97eca2d6aaa7c8b63843201 (patch) | |
tree | a8dce26cbd6d442ac76958b3b625873833353266 /library | |
parent | Make AnsibleWorks a hyperlink in docs footer. (diff) | |
download | ansible-0711447d3a580c30f97eca2d6aaa7c8b63843201.tar.xz ansible-0711447d3a580c30f97eca2d6aaa7c8b63843201.zip |
Missing "is" in file module description
Diffstat (limited to 'library')
-rw-r--r-- | library/files/file | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/files/file b/library/files/file index 8dcead1b40..86ee83a693 100644 --- a/library/files/file +++ b/library/files/file @@ -124,7 +124,7 @@ options: choices: [ "yes", "no" ] description: - 'force the creation of the symlinks in two cases: the source file does - not exist (but will appear later); the destination exists and a file (so, we need to unlink the + not exist (but will appear later); the destination exists and is a file (so, we need to unlink the "path" file and create symlink to the "src" file in place of it).' notes: - See also M(copy), M(template), M(assemble) |