file module: Clarify the docs that the force parameter works for hardlinks too (#83913)

pull/83938/head
Gleb Popov 2 months ago committed by GitHub
parent 47e64dc371
commit 33d4ba8fa2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -63,9 +63,9 @@ options:
force: force:
description: description:
- > - >
Force the creation of the symlinks in two cases: the source file does Force the creation of the links in two cases: if the link type is symbolic and the source file does
not exist (but will appear later); the destination exists and is 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
O(path) file and create a symlink to the O(src) file in place of it). O(path) file and create a link to the O(src) file in place of it).
type: bool type: bool
default: no default: no
follow: follow:

Loading…
Cancel
Save