This commit is contained in:
Josh Lay 2025-10-18 16:44:11 -05:00
commit 4ebc67f230
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec
7 changed files with 246 additions and 0 deletions

8
handlers/main.yml Normal file
View file

@ -0,0 +1,8 @@
---
# handlers file for zfs_dkms
- name: Reboot into new Kernel
listen: zfs_dkms_reboot
ansible.builtin.reboot:
reboot_timeout: "{{ zfs_dkms_timeout }}" # default 3600
become: true