From 2f60baa5e037481f1e443319ee7720cc44869333 Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Thu, 21 Jun 2018 16:08:29 +0200 Subject: [PATCH] file: clarify attributes usage in docs (#41780) --- 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 84946f2a49f..95615c1ec5f 100644 --- a/lib/ansible/utils/module_docs_fragments/files.py +++ b/lib/ansible/utils/module_docs_fragments/files.py @@ -69,6 +69,7 @@ options: description: - Attributes the file or directory should have. To get supported flags look at the man page for I(chattr) on the target system. This string should contain the attributes in the same order as the one displayed by I(lsattr). + - C(=) operator is assumed as default, otherwise C(+) or C(-) operators need to be included in the string. aliases: ['attr'] version_added: "2.3" """