2
0

removed wall message

This commit is contained in:
2024-06-06 18:14:39 +02:00
parent 42f6ecd1a3
commit 2b4c7fb03a

View File

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