1
0
Fork 0
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:
Tim McCormack 2018-11-13 16:11:48 -05:00 committed by Alicia Cozine
parent 4fc013a7fa
commit 2ba8a1e356

View file

@ -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