8 lines
216 B
YAML
8 lines
216 B
YAML
---
|
|
- name: Restore the server using ReaR backup
|
|
ansible.builtin.command: "grub2-reboot 'Relax-and-Recover {{ rear_vars_grub_label }}'"
|
|
|
|
- name: Reboot host
|
|
ansible.builtin.import_role:
|
|
name: verified_reboot
|