Updates to Bigboot ReaR based on updates to ReaR

This commit is contained in:
2025-03-04 15:25:00 -05:00
parent 3c05c4cd5d
commit 212a686c90
4 changed files with 16 additions and 54 deletions

View File

@ -1,5 +1,5 @@
---
- name: Execute a ReaR restore and restore system to pre-Bigboot state
- name: Execute ReaR restore
hosts: all
become: true
gather_facts: true
@ -9,8 +9,8 @@
- bigboot_vars.yml
tasks:
- name: Shrink the logical volume to support /boot expansion
ansible.builtin.import_role:
- name: Restore from ReaR backup
ansible.builtin.include_role:
name: rhc.rear.rear_restore
- name: Cleanup from any previous executions