add passno to fstab to do check at system startup of 1tb disk

This commit is contained in:
pizzaniels 2023-01-16 19:51:18 +01:00
parent 601a3cd841
commit 956b21d5f6

View file

@ -29,6 +29,7 @@
path: "{{kingston1tb_mount_point }}" path: "{{kingston1tb_mount_point }}"
src: "{{ kingston1tb_uuid }}" src: "{{ kingston1tb_uuid }}"
fstype: ext4 fstype: ext4
passno: 1
state: present state: present
- name: Install borg - name: Install borg
apt: apt: