add passno to fstab to do check at system startup of 1tb disk
This commit is contained in:
parent
601a3cd841
commit
956b21d5f6
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Reference in a new issue