fix(bootstrap): RHEL 9 bootstrap from Arch ISO compatibility
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
community.general.filesystem:
|
||||
dev: /dev/sys/{{ item.lv }}
|
||||
fstype: xfs
|
||||
opts: "{{ '-m bigtime=0 -i nrext64=0,exchange=0 -n parent=0' if is_rhel | bool else omit }}"
|
||||
force: true
|
||||
loop:
|
||||
- { lv: root }
|
||||
|
||||
Reference in New Issue
Block a user