diff --git a/reboot.yml b/reboot.yml index 2a232dca6..38911b8cf 100644 --- a/reboot.yml +++ b/reboot.yml @@ -1,9 +1,9 @@ --- -- name: Linux Reboot Demo +- name: Reboot k3s_cluster hosts: k3s_cluster gather_facts: yes become: yes tasks: - - name: Reboot the machine (Wait for 5 min) + - name: Reboot the nodes (and Wait upto 5 mins max) reboot: reboot_timeout: 300