fix: XFS instead of ext4
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user