mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -07:00
Clarify recursive
If recursive is set to yes, the module changes the attributes of the directory recursively even though state: directory is not set.
This commit is contained in:
parent
a81c6668eb
commit
785c660432
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ options:
|
||||||
relative and nonexisting paths. Relative paths are not expanded.
|
relative and nonexisting paths. Relative paths are not expanded.
|
||||||
recurse:
|
recurse:
|
||||||
description:
|
description:
|
||||||
- recursively set the specified file attributes (applies only to state=directory)
|
- recursively set the specified file attributes (applies only to directories)
|
||||||
type: bool
|
type: bool
|
||||||
default: 'no'
|
default: 'no'
|
||||||
version_added: "1.1"
|
version_added: "1.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue