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
pull/45577/head
Richard Schwab 7 years ago committed by ansibot
parent 0b433b3ea9
commit ea8924f744

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

Loading…
Cancel
Save