refactor(schema): move filesystem into system dictionary
This commit is contained in:
@@ -31,8 +31,8 @@ partitioning_separate_boot: >-
|
||||
}}
|
||||
partitioning_boot_fs_fstype: >-
|
||||
{{
|
||||
(filesystem | lower)
|
||||
if (filesystem | lower) != 'btrfs'
|
||||
(system_cfg.filesystem | lower)
|
||||
if (system_cfg.filesystem | lower) != 'btrfs'
|
||||
else ('xfs' if is_rhel else 'ext4')
|
||||
}}
|
||||
partitioning_boot_fs_partition_suffix: >-
|
||||
|
||||
Reference in New Issue
Block a user