1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-17 21:33:11 +00:00

adds blank line

This commit is contained in:
Robert Sander 2026-06-10 00:11:34 +02:00
parent 7f212caea8
commit e9c99517fc

View file

@ -616,6 +616,7 @@ class GFS2(Filesystem):
MKFS_FORCE_FLAGS = ["-O"]
MKFS_SET_UUID_OPTIONS = ["-U"]
FILESYSTEMS = {
"bcachefs": Bcachefs,
"ext2": Ext2,