feat: standardize mount point paths to lowercase in zfs.yml
Some checks failed
Nix Format Check / check-format (push) Failing after 37s
Some checks failed
Nix Format Check / check-format (push) Failing after 37s
This commit is contained in:
parent
e8163f1c59
commit
17d0c52fad
@ -16,8 +16,8 @@
|
|||||||
owner: menno
|
owner: menno
|
||||||
group: users
|
group: users
|
||||||
with_items:
|
with_items:
|
||||||
- /mnt/ISOs
|
- /mnt/isos
|
||||||
- /mnt/VMs
|
- /mnt/vms
|
||||||
- /mnt/ai
|
- /mnt/ai
|
||||||
- /mnt/astrophotography
|
- /mnt/astrophotography
|
||||||
- /mnt/audiobooks
|
- /mnt/audiobooks
|
||||||
@ -39,8 +39,8 @@
|
|||||||
fstype: zfs
|
fstype: zfs
|
||||||
state: mounted
|
state: mounted
|
||||||
with_items:
|
with_items:
|
||||||
- { path: /mnt/ISOs, src: datapool/isos }
|
- { path: /mnt/isos, src: datapool/isos }
|
||||||
- { path: /mnt/VMs, src: datapool/vms }
|
- { path: /mnt/vms, src: datapool/vms }
|
||||||
- { path: /mnt/ai, src: datapool/ai }
|
- { path: /mnt/ai, src: datapool/ai }
|
||||||
- { path: /mnt/astrophotography, src: datapool/astro }
|
- { path: /mnt/astrophotography, src: datapool/astro }
|
||||||
- { path: /mnt/audiobooks, src: datapool/audiobooks }
|
- { path: /mnt/audiobooks, src: datapool/audiobooks }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user