9 lines
173 B
YAML
9 lines
173 B
YAML
---
|
|
- name: Reboot machine
|
|
hosts: "{{ Daily_Reboot_Hosts }}"
|
|
become: true
|
|
|
|
tasks:
|
|
- name: Reboot machine
|
|
ansible.builtin.reboot:
|
|
reboot_timeout: 3600 |