Skip to content

Commit

Permalink
Updated the Playbook and Tasks Name
Browse files Browse the repository at this point in the history
  • Loading branch information
automationxpert authored Nov 6, 2022
1 parent 2f42ad3 commit 380063e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reboot.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 380063e

Please sign in to comment.