feat: add become directive to ZFS mount task for elevated permissions
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
e1c4d5aaaf
commit
1b6bc8f781
@ -34,6 +34,7 @@
|
|||||||
- /mnt/tvshows
|
- /mnt/tvshows
|
||||||
|
|
||||||
- name: Mount ZFS datasets
|
- name: Mount ZFS datasets
|
||||||
|
become: true
|
||||||
mount:
|
mount:
|
||||||
path: "{{ item.path }}"
|
path: "{{ item.path }}"
|
||||||
src: "{{ item.src }}"
|
src: "{{ item.src }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user