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:
Brian Coca 2016-11-07 15:48:04 -05:00 committed by GitHub
parent 7a33c14782
commit a0f27d552c
3 changed files with 100 additions and 1 deletions

View file

@ -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"
"""