Assertion fix
This commit is contained in:
parent
716698202d
commit
7abd1e74e2
@ -38,7 +38,7 @@
|
|||||||
block:
|
block:
|
||||||
- name: "Assert that /boot is already at or above {{ bigboot_size_min }}"
|
- name: "Assert that /boot is already at or above {{ bigboot_size_min }}"
|
||||||
ansible.builtin.assert:
|
ansible.builtin.assert:
|
||||||
that: bigboot_boot_partsize | human_to_bytes < bigboot_size_min | int
|
that: bigboot_boot_partsize | human_to_bytes >= bigboot_size_min | human_to_bytes
|
||||||
success_msg: >
|
success_msg: >
|
||||||
/boot partition size is already at least {{ bigboot_size_min }}
|
/boot partition size is already at least {{ bigboot_size_min }}
|
||||||
or greater. Nothing to do."
|
or greater. Nothing to do."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user