8 lines
212 B
YAML
8 lines
212 B
YAML
---
|
|
- name: Restore the server using ReaR backup
|
|
ansible.builtin.command: "grub2-reboot 'Relax-and-Recover *** RESTORES RHEL7 ***'"
|
|
|
|
- name: Reboot host
|
|
ansible.builtin.import_role:
|
|
name: verified_reboot
|