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.
This commit is contained in:
tchernomax 2017-03-05 06:27:38 +01:00 committed by scottb
parent d01ac3a019
commit f65661ab66

View file

@ -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']