From f65661ab66a15274b6a0929f1224863b71875476 Mon Sep 17 00:00:00 2001 From: tchernomax Date: Sun, 5 Mar 2017 06:27:38 +0100 Subject: [PATCH] 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. --- lib/ansible/utils/module_docs_fragments/files.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/utils/module_docs_fragments/files.py b/lib/ansible/utils/module_docs_fragments/files.py index 0c321a1cf0a..db3e9ef6bef 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']