diff --git a/plugins/modules/filesystem.py b/plugins/modules/filesystem.py index caef9149ee..d5692cf8de 100644 --- a/plugins/modules/filesystem.py +++ b/plugins/modules/filesystem.py @@ -616,6 +616,7 @@ class GFS2(Filesystem): MKFS_FORCE_FLAGS = ["-O"] MKFS_SET_UUID_OPTIONS = ["-U"] + FILESYSTEMS = { "bcachefs": Bcachefs, "ext2": Ext2,