Übernahme aus privaten Projekt.
This commit is contained in:
7
roles/trixie_migration/tasks/reboot.yml
Normal file
7
roles/trixie_migration/tasks/reboot.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Neustart des neuen Systems.
|
||||
ansible.builtin.reboot:
|
||||
reboot_timeout: 300
|
||||
msg: " Neustart des Trixie Systems wird durchgeführt."
|
||||
when: ansible_facts.lsb.codename == "trixie"
|
||||
|
||||
Reference in New Issue
Block a user