Updates to Bigboot ReaR based on updates to ReaR
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user