Make it clear that recurse only applies to state=directory (#40222)
This would otherwise cause confusion as it could be interpreted as only changing attributes for directories (and not files inside). +label: docsite_pr
This commit is contained in:
parent
0b433b3ea9
commit
ea8924f744
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ options:
|
||||||
created (C(path)) which is how the UNIX command C(ln -s SRC DEST) treats relative paths.
|
created (C(path)) which is how the UNIX command C(ln -s SRC DEST) treats relative paths.
|
||||||
recurse:
|
recurse:
|
||||||
description:
|
description:
|
||||||
- recursively set the specified file attributes (applies only to directories)
|
- recursively set the specified file attributes (applies only to C(state=directory))
|
||||||
type: bool
|
type: bool
|
||||||
default: 'no'
|
default: 'no'
|
||||||
version_added: "1.1"
|
version_added: "1.1"
|
||||||
|
|
Loading…
Reference in a new issue