fix: XFS instead of ext4
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
ansible.posix.mount:
|
||||
path: /backup
|
||||
src: LABEL=BACKUP
|
||||
fstype: ext4
|
||||
fstype: xfs
|
||||
opts: noatime,nofail
|
||||
state: mounted
|
||||
|
||||
|
Reference in New Issue
Block a user