verbage changes
All checks were successful
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-centos9) (push) Successful in 16s
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-debian11) (push) Successful in 14s
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-debian12) (push) Successful in 14s
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-fedora39) (push) Successful in 15s

This commit is contained in:
Chris Hammer 2024-02-12 13:47:15 -05:00
parent 7b991306dd
commit 9570563b72
2 changed files with 5 additions and 4 deletions

View File

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

View File

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