Sync with Develop #7

Merged
chris merged 38 commits from develop into main 2025-01-08 16:44:32 -05:00
18 changed files with 350 additions and 170 deletions
Showing only changes of commit 9d53dada64 - Show all commits

View File

@ -54,6 +54,11 @@
cmd: "/var/tmp/pvsqueeze.sh {{ bigboot_data[inventory_hostname]['bigboot_pv'] }}"
register: bigboot_pvsqueeze
- name: Remove pvsqueeze.sh from host
ansible.builtin.file:
path: /var/tmp/pvsqueeze.sh
state: absent
- name: Expand the /boot partition as requested
ansible.builtin.import_role:
name: infra.lvm_snapshots.bigboot