fixes
This commit is contained in:
parent
b76ba8933e
commit
f8b500a0dc
@ -22,8 +22,8 @@
|
|||||||
- name: Perform a ReaR backup if any disk modifications are to be made
|
- 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 | default('false') | bool
|
||||||
# - not bigboot_skip_rear_backup | bool
|
- not bigboot_skip_rear_backup | default('true') | bool
|
||||||
|
|
||||||
|
|
||||||
- name: Perform logical volume and boot parition resizing as needed
|
- name: Perform logical volume and boot parition resizing as needed
|
||||||
|
@ -1,18 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: Perform a ReaR backup
|
|
||||||
hosts: all
|
|
||||||
become: true
|
|
||||||
gather_facts: true
|
|
||||||
strategy: free
|
|
||||||
|
|
||||||
vars_files:
|
|
||||||
- bigboot_vars.yml
|
|
||||||
|
|
||||||
tasks:
|
|
||||||
- name: Perform a ReaR backup if any disk modifications are to be made
|
- 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 | default('false') | bool
|
||||||
- not bigboot_skip_rear_backup | bool
|
- not bigboot_skip_rear_backup | default('true') | bool
|
||||||
|
|
||||||
...
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user