diff --git a/tasks/capture_boot_device_details.yml b/tasks/capture_boot_device_details.yml index 57d8b28..1e274af 100644 --- a/tasks/capture_boot_device_details.yml +++ b/tasks/capture_boot_device_details.yml @@ -1,4 +1,8 @@ --- +- name: Set bigboot_size_target to default value + ansible.builtin.set_fact: + bigboot_size_target: "{{ bigboot_size }}" + - name: Get /boot mount information ansible.builtin.set_fact: bigboot_boot_mount: "{{ ansible_facts.mounts \