mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
file: Mention that src supports state=hard (#31697)
This commit is contained in:
committed by
Adam Miller
parent
441dc369ba
commit
571f878817
@@ -53,7 +53,7 @@ options:
|
||||
choices: [ absent, directory, file, hard, link, touch ]
|
||||
src:
|
||||
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.
|
||||
recurse:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user