mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
clarify docs for rel src state hard (#55972)
This commit is contained in:
committed by
Alicia Cozine
parent
cc3b8b9f72
commit
0b002203b4
@@ -52,7 +52,8 @@ options:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user