feat(baseline): enable project quotas for /home
Some checks failed
Ansible Lint Check / lint (push) Failing after 58s
Some checks failed
Ansible Lint Check / lint (push) Failing after 58s
This commit is contained in:
parent
e098840fab
commit
366f6c036a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue