mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +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.
|
||||
recurse:
|
||||
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
|
||||
default: 'no'
|
||||
version_added: "1.1"
|
||||
|
||||
Reference in New Issue
Block a user