final touches

This commit is contained in:
2024-07-10 22:10:50 -04:00
parent e176c76638
commit 4bc64db2db
3 changed files with 10 additions and 8 deletions

View File

@ -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