init
This commit is contained in:
commit
4ebc67f230
7 changed files with 246 additions and 0 deletions
8
handlers/main.yml
Normal file
8
handlers/main.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue