Actually mount the filesystems!
This commit is contained in:
parent
a285034ca5
commit
fc1c093732
|
@ -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 }}"
|
||||
|
|
Reference in a new issue