Skip to content

Commit

Permalink
clarify docs for rel src state hard (#55972)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Davis authored and acozine committed May 1, 2019
1 parent cc3b8b9 commit 0b00220
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ansible/modules/files/file.py
Expand Up @@ -52,7 +52,8 @@
description:
- Path of the file to link to.
- This applies only to C(state=link) and C(state=hard).
- Will accept absolute, relative and non-existing paths.
- Will accept absolute and non-existing paths.
- Will accept relative paths unless state=hard.
- Relative paths are relative to the file being created (C(path)) which is how
the Unix command C(ln -s SRC DEST) treats relative paths.
type: path
Expand Down

0 comments on commit 0b00220

Please sign in to comment.