mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-04 09:38:52 +00:00
adds remark about adding gfs2 to 13.1.0
This commit is contained in:
parent
40f13f2281
commit
6631be0ea2
2 changed files with 1 additions and 5 deletions
|
|
@ -1,5 +0,0 @@
|
|||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
minor_changes:
|
||||
- filesystem - adds GFS2 support (https://github.com/ansible-collections/community.general/pull/12218)
|
||||
|
|
@ -40,6 +40,7 @@ options:
|
|||
- Filesystem type to be created. This option is required with O(state=present) (or if O(state) is omitted).
|
||||
- V(ufs) support has been added in community.general 3.4.0.
|
||||
- V(bcachefs) support has been added in community.general 8.6.0.
|
||||
. V(gfs2) support has been added in community.general 13.1.0.
|
||||
type: str
|
||||
aliases: [type]
|
||||
dev:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue