mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Typo + rephrase (#22526)
This commit is contained in:
committed by
jhawkesworth
parent
9ff03e6c1e
commit
ea0bae6bca
@@ -74,8 +74,8 @@ options:
|
||||
version_added: "2.2"
|
||||
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).
|
||||
- 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).
|
||||
required: false
|
||||
default: None
|
||||
aliases: ['attr']
|
||||
|
||||
Reference in New Issue
Block a user