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:
Richard Schwab 2018-09-12 17:00:49 +00:00 committed by ansibot
parent 0b433b3ea9
commit ea8924f744

View file

@ -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"