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:
2025-03-12 10:26:20 +01:00
parent e1c4d5aaaf
commit 1b6bc8f781

View File

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