fix: XFS instead of ext4

This commit is contained in:
VC
2024-07-05 11:53:34 +02:00
parent 19f800b796
commit 2a0f2e8409

View File

@@ -4,7 +4,7 @@
ansible.posix.mount: ansible.posix.mount:
path: /backup path: /backup
src: LABEL=BACKUP src: LABEL=BACKUP
fstype: ext4 fstype: xfs
opts: noatime,nofail opts: noatime,nofail
state: mounted state: mounted