mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
File attributes (#18213)
* added attributes to base file params * dont change attributes when none * fixed test to deal with new attributes
This commit is contained in:
@@ -70,4 +70,11 @@ options:
|
||||
required: false
|
||||
default: false
|
||||
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.
|
||||
required: false
|
||||
default: None
|
||||
aliases: ['attr']
|
||||
version_added: "2.3"
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user