mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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:
parent
d01ac3a019
commit
f65661ab66
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ options:
|
||||||
attributes:
|
attributes:
|
||||||
description:
|
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.
|
- 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
|
required: false
|
||||||
default: None
|
default: None
|
||||||
aliases: ['attr']
|
aliases: ['attr']
|
||||||
|
|
Loading…
Reference in a new issue