final touches
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
ansible.builtin.import_playbook: rhc.rear.rear_backup
|
||||
when:
|
||||
- bigboot_execute_bigboot | bool
|
||||
- not bigboot_skip_rear_backup | bool
|
||||
# - not bigboot_skip_rear_backup | bool
|
||||
|
||||
|
||||
- name: Perform logical volume and boot parition resizing as needed
|
||||
@ -32,6 +32,9 @@
|
||||
gather_facts: true
|
||||
strategy: free
|
||||
|
||||
vars_files:
|
||||
- bigboot_vars.yml
|
||||
|
||||
tasks:
|
||||
- name: Perform filesystem check prior to Bigboot execution
|
||||
when:
|
||||
@ -88,3 +91,6 @@
|
||||
state: started
|
||||
enabled: true
|
||||
loop: "{{ bigboot_systemd_disabled_services }}"
|
||||
when:
|
||||
- bigboot_systemd_disabled_services is defined
|
||||
- bigboot_systemd_disabled_services | length > 0
|
||||
|
Reference in New Issue
Block a user