mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
file: clarify attributes usage in docs (#41780)
This commit is contained in:
parent
50fe5dc090
commit
2f60baa5e0
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Attributes the file or directory should have. To get supported flags look at the man page for I(chattr) on the target system.
|
- 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).
|
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']
|
aliases: ['attr']
|
||||||
version_added: "2.3"
|
version_added: "2.3"
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue