feat(baseline): enable project quotas for /home
Some checks failed
Ansible Lint Check / lint (push) Failing after 58s

This commit is contained in:
Iain Learmonth 2025-12-04 17:30:11 +00:00
parent e098840fab
commit 366f6c036a

View file

@ -122,7 +122,7 @@
src: "/dev/mapper/home_crypt"
path: '/home'
fstype: 'xfs'
opts: 'rw,nosuid,nodev'
opts: 'rw,nosuid,nodev,pquota'
state: mounted
- name: Disk Partitions | AUDIT | Check if /var is mounted