diff --git a/bigboot_setup_environment.yml b/bigboot_setup_environment.yml index 731a4a7..6ffcb8e 100644 --- a/bigboot_setup_environment.yml +++ b/bigboot_setup_environment.yml @@ -30,7 +30,7 @@ 'bigboot_adjacent_lvm_device': bigboot_adjacent_lvm_device, 'bigboot_lv_shrink_size': bigboot_lv_shrink_size | int, 'bigboot_pv': bigboot_pv, - 'bigboot_size_target': bigboot_size_target | int, + 'bigboot_size_target': bigboot_size_target, 'ip_addresses': ansible_all_ipv4_addresses, 'server_hostname': ansible_hostname } diff --git a/tasks/capture_lv_device_details.yml b/tasks/capture_lv_device_details.yml index a7ffa1e..6e60566 100644 --- a/tasks/capture_lv_device_details.yml +++ b/tasks/capture_lv_device_details.yml @@ -54,12 +54,12 @@ ansible.builtin.set_fact: bigboot_lv_shrink_size: "{{ bigboot_lv_info.size_total - bigboot_expansion_diff | int }}" -- name: Debug bigboot_lv_shrink_size - ansible.builtin.debug: - msg: "{{ bigboot_lv_shrink_size | int | human_readable(unit='M') }}" +# - name: Debug bigboot_lv_shrink_size +# ansible.builtin.debug: +# msg: "{{ bigboot_lv_shrink_size | int | human_readable(unit='M') }}" -- name: Kill the play - ansible.builtin.meta: end_host +# - name: Kill the play +# ansible.builtin.meta: end_host - name: Capture logical volume name ansible.builtin.shell: