mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user