fix: zfs chown recursion high bug

This commit is contained in:
Clément Désiles
2025-11-14 00:05:58 +01:00
parent 9f3e920d7d
commit edf8574091
3 changed files with 15 additions and 17 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
failed_when: false
- name: Install zfs
when: zfs_dkms_installed.stderr
when: zfs_dkms_installed.stderr | length > 0
block:
- name: Disable SUDOERS password prompt for makepkg
no_log: true
@@ -50,7 +50,7 @@
failed_when: false
- name: Install zrepl
when: zrepl_installed.stderr
when: zrepl_installed.stderr | length > 0
block:
- name: Disable SUDOERS password prompt for makepkg
no_log: true