Actually mount the filesystems!

This commit is contained in:
Sam A. 2022-12-23 17:15:48 +01:00
parent a285034ca5
commit fc1c093732
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
path: "{{ item.path }}"
fstype: ext4
fstab: /dev/null
state: present
state: mounted
loop:
- uuid: "{{ secrets.hdd.uuid }}"
path: "{{ hdd_mount_point }}"