Cleanup; testing
This commit is contained in:
parent
0606ff81b2
commit
07e9fac987
@ -14,13 +14,6 @@
|
|||||||
when:
|
when:
|
||||||
- bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] | default(false) | bool
|
- bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] | default(false) | bool
|
||||||
|
|
||||||
- name: Extend the timeout values for physical hosts
|
|
||||||
ansible.builtin.set_fact:
|
|
||||||
initramfs_post_reboot_delay: 300
|
|
||||||
initramfs_reboot_timeout: 14400
|
|
||||||
when:
|
|
||||||
- "'host' in ansible_virtualization_role"
|
|
||||||
|
|
||||||
- name: Shrink the logical volume to support /boot expansion
|
- name: Shrink the logical volume to support /boot expansion
|
||||||
ansible.builtin.import_role:
|
ansible.builtin.import_role:
|
||||||
name: infra.lvm_snapshots.shrink_lv
|
name: infra.lvm_snapshots.shrink_lv
|
||||||
@ -64,6 +57,3 @@
|
|||||||
name: infra.lvm_snapshots.bigboot
|
name: infra.lvm_snapshots.bigboot
|
||||||
vars:
|
vars:
|
||||||
bigboot_partition_size: "{{ bigboot_size_target }}"
|
bigboot_partition_size: "{{ bigboot_size_target }}"
|
||||||
|
|
||||||
- name: Restore service state for disabled services
|
|
||||||
ansible.builtin.import_tasks: tasks/restore_services.yml
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user