From 380063e668f2ae8e59eb43d733f2a550dbf80c9c Mon Sep 17 00:00:00 2001 From: automationxpert <70540068+automationxpert@users.noreply.github.com> Date: Sun, 6 Nov 2022 09:42:46 +0530 Subject: [PATCH] Updated the Playbook and Tasks Name --- reboot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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