mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Clarify what recursive setting of attributes means (#48548)
This commit is contained in:
parent
4fc013a7fa
commit
2ba8a1e356
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ options:
|
|||
the Unix command C(ln -s SRC DEST) treats relative paths.
|
||||
recurse:
|
||||
description:
|
||||
- Recursively set the specified file attributes.
|
||||
- Recursively set the specified file attributes on directory contents.
|
||||
- This applies only to C(state=directory).
|
||||
type: bool
|
||||
default: no
|
||||
|
|
Loading…
Reference in a new issue