refactor(schema): move filesystem into system dictionary
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
mode: "0644"
|
||||
|
||||
- name: Adjust XFS mount options and disable large extent
|
||||
when: os in ["almalinux", "rocky", "rhel"] and filesystem == "xfs"
|
||||
when: os in ["almalinux", "rocky", "rhel"] and system_cfg.filesystem == "xfs"
|
||||
ansible.builtin.replace:
|
||||
path: /mnt/etc/fstab
|
||||
regexp: "(xfs.*?)(attr2)"
|
||||
|
||||
Reference in New Issue
Block a user