You've already forked community.general
mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 07:41:16 +03:00
Add attributes to some filesystem modules (#5960)
Add attributes to some filesystem modules.
This commit is contained in:
@ -19,7 +19,14 @@ description:
|
||||
- Configure quotas on XFS filesystems.
|
||||
- Before using this module /etc/projects and /etc/projid need to be configured.
|
||||
author:
|
||||
- William Leemans (@bushvin)
|
||||
- William Leemans (@bushvin)
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
diff_mode:
|
||||
support: none
|
||||
options:
|
||||
type:
|
||||
description:
|
||||
|
Reference in New Issue
Block a user