2
0
This commit is contained in:
2024-06-06 18:16:41 +02:00
parent 2b4c7fb03a
commit 71d2c479c3

View File

@@ -5,8 +5,6 @@
tasks: tasks:
- name: Reboot machine - name: Reboot machine
reboot: ansible.builtin.reboot:
when: True reboot_timeout: 3600
become: true msg: "Automatic reboot initiated"
args:
- "--no-wall"