summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortchernomax <maxime.deroucy@gmail.com>2017-03-05 06:27:38 +0100
committerscottb <dharmabumstead@users.noreply.github.com>2017-03-04 21:27:38 -0800
commitf65661ab66a15274b6a0929f1224863b71875476 (patch)
treea3e72874da3826144a9034490d5d0e5db49e89bd
parentd01ac3a0197e49c6c2090f7d97a33ffe5fcf9c3c (diff)
downloadansible-f65661ab66a15274b6a0929f1224863b71875476.tar.gz
documentation: add important information about attributes parameter (#18732)
If the attributes aren't set in the right order the module always detect an attributes change.
-rw-r--r--lib/ansible/utils/module_docs_fragments/files.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ansible/utils/module_docs_fragments/files.py b/lib/ansible/utils/module_docs_fragments/files.py
index 0c321a1cf0..db3e9ef6be 100644
--- a/lib/ansible/utils/module_docs_fragments/files.py
+++ b/lib/ansible/utils/module_docs_fragments/files.py
@@ -75,6 +75,7 @@ options:
attributes:
description:
- Attributes of the file or directory should be. To get supported flags look at the man page for I(chattr) on the taget system.
+ This string should contain the attributes in the same order than they are displayed by I(lsattr).
required: false
default: None
aliases: ['attr']