2
0
This commit is contained in:
2024-06-06 22:23:10 +02:00
parent f776e37cc7
commit 348f470910

View File

@@ -7,7 +7,7 @@
tasks: tasks:
- name: Check if a reboot is required - name: Check if a reboot is required
register: reboot register: reboot
stat: path=/var/run/reboot-required get_md5=no stat: path=/var/run/reboot-required
- name: Reboot machine - name: Reboot machine
command: /sbin/reboot now command: /sbin/reboot now