diff --git a/bigboot-v2.yml b/bigboot-v2.yml index 58f5f78..c7741fa 100644 --- a/bigboot-v2.yml +++ b/bigboot-v2.yml @@ -1,11 +1,11 @@ --- -- name: Resize /boot partition on target host +- name: Expand /boot partition on target host hosts: all become: true gather_facts: true tasks: - - name: Resize boot partition + - name: Expand boot partition block: - name: Execute Bigboot role to resize /boot ansible.builtin.import_role: diff --git a/group_vars/all b/group_vars/all index cdf6b92..a00f2e1 100644 --- a/group_vars/all +++ b/group_vars/all @@ -1,6 +1,7 @@ --- -# We use padding just to ensure that there's available -# space to expand /boot to. +# We use padding just to ensure there's +# available space to expand /boot to. # # By default the value is 1.10, or 10% +# greater than bigboot_size bigboot_shrink_padding: 1.10