fix(handler): add missing 'reboot_host' handler

!48 fixes #20
This commit is contained in:
2024-03-18 19:11:25 +09:30
parent 17e3318c3c
commit 1faae0327e

View File

@ -1,5 +1,12 @@
---
- name: Reboot Node
ansible.builtin.reboot:
reboot_timeout: 300
listen: reboot_host
when: ansible_connection == 'ssh'
- name: Restart Kubernetes
ansible.builtin.service:
name: |-
@ -32,4 +39,3 @@
nfc_kubernetes_no_restart_slave
)
)