This commit is contained in:
Chris Hammer 2024-04-26 14:59:30 -04:00
parent 11db88db4c
commit baa89926c6

View File

@ -1,12 +1,5 @@
--- ---
- name: Perform ReaR backup before the /boot expansion - name: Perform a ReaR backup if any disk modifications are to be made
hosts: all
become: true
gather_facts: true
strategy: free
tasks:
- name: Perform a ReaR backup if any disk modifications are to be made
ansible.builtin.import_playbook: rhc.rear.rear_backup ansible.builtin.import_playbook: rhc.rear.rear_backup
when: when:
- bigboot_execute_bigboot | bool - bigboot_execute_bigboot | bool