Skip to content
Snippets Groups Projects
Commit 3af7b377 authored by Vladimír Štill's avatar Vladimír Štill
Browse files

ansible: Remove deprecated/default entries from skund's fstab

parent d9ffb732
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@
- path: "/"
src: /dev/vg.root/root-deb
fstype: xfs
opts: rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota
opts: rw,relatime,inode64,noquota
passno: 1
- path: "/boot"
src: "UUID=D1F6-5913"
......@@ -45,7 +45,7 @@
- path: /data
src: /dev/vg.data/data-new
fstype: xfs
opts: rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota,noauto,x-systemd.automount
opts: rw,relatime,inode64,noquota,noauto,x-systemd.automount
passno: 2
- path: /backup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment