file: Mention that src supports state=hard (#31697)
This commit is contained in:
parent
441dc369ba
commit
571f878817
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ options:
|
||||||
choices: [ absent, directory, file, hard, link, touch ]
|
choices: [ absent, directory, file, hard, link, touch ]
|
||||||
src:
|
src:
|
||||||
description:
|
description:
|
||||||
- path of the file to link to (applies only to C(state=link)). Will accept absolute,
|
- path of the file to link to (applies only to C(state=link) and C(state=hard)). Will accept absolute,
|
||||||
relative and nonexisting paths. Relative paths are not expanded.
|
relative and nonexisting paths. Relative paths are not expanded.
|
||||||
recurse:
|
recurse:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue