Update to 2023-12-22 15:00

This commit is contained in:
Daniel Berteaud
2023-12-22 15:00:34 +01:00
parent 603f86fdbd
commit 8eaddcbeef
9 changed files with 31 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
# {{ ansible_managed }}
{% if zfs_repl_recv %}
Defaults:zfs-recv !requiretty
Cmnd_Alias ZFS_RECV = /sbin/zfs
Cmnd_Alias ZFS_RECV = /sbin/zfs, /sbin/zpool
zfs-recv ALL=(root) NOPASSWD: ZFS_RECV
{% endif %}