Clarify recursive

If recursive is set to yes, the module changes the attributes of the directory recursively even though state: directory is not set.

(cherry picked from commit 785c660432)
pull/39086/head
Sudheer Satyanarayana 7 years ago committed by Toshio Kuratomi
parent 27ad5808e2
commit 0e98011f3a

@ -57,7 +57,7 @@ options:
relative and nonexisting paths. Relative paths are not expanded.
recurse:
description:
- recursively set the specified file attributes (applies only to state=directory)
- recursively set the specified file attributes (applies only to directories)
type: bool
default: 'no'
version_added: "1.1"

Loading…
Cancel
Save