shrink_lv/bigboot_rear_restore.yml
Chris Hammer 4bea43d589 Sync with Develop (#7)
Reviewed-on: #7
Co-authored-by: Chris Hammer <chris@thezengarden.net>
Co-committed-by: Chris Hammer <chris@thezengarden.net>
2025-01-08 16:44:31 -05:00

18 lines
429 B
YAML

---
- name: Execute a ReaR restore and restore system to pre-Bigboot state
hosts: all
become: true
gather_facts: true
strategy: free
vars_files:
- bigboot_vars.yml
tasks:
- name: Shrink the logical volume to support /boot expansion
ansible.builtin.import_role:
name: rhc.rear.rear_restore
- name: Cleanup from any previous executions
ansible.builtin.import_tasks: tasks/cleanup.yml