Fixes to the fixes
This commit is contained in:
parent
155c6e2631
commit
2c9fcdef5a
@ -1,4 +1,8 @@
|
|||||||
---
|
---
|
||||||
|
- name: Debug bigboot_size_target
|
||||||
|
ansible.builtin.debug:
|
||||||
|
var: bigboot_size_target
|
||||||
|
|
||||||
- name: Convert size target to bytes
|
- name: Convert size target to bytes
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
bigboot_size_target: "{{ bigboot_size_target | human_to_bytes }}"
|
bigboot_size_target: "{{ bigboot_size_target | human_to_bytes }}"
|
||||||
@ -31,4 +35,3 @@
|
|||||||
|
|
||||||
- name: Re-check disk space - RESCUE
|
- name: Re-check disk space - RESCUE
|
||||||
ansible.builtin.include_tasks: check_space_fallback.yml
|
ansible.builtin.include_tasks: check_space_fallback.yml
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user