feat: add become directive to ZFS mount task for elevated permissions
Some checks failed
Nix Format Check / check-format (push) Failing after 37s

This commit is contained in:
Menno van Leeuwen 2025-03-12 10:26:20 +01:00
parent e1c4d5aaaf
commit 1b6bc8f781
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -34,6 +34,7 @@
- /mnt/tvshows
- name: Mount ZFS datasets
become: true
mount:
path: "{{ item.path }}"
src: "{{ item.src }}"