Add debugging
This commit is contained in:
parent
efaf76ff23
commit
9008c28110
@ -58,9 +58,9 @@
|
|||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
bigboot_lv_shrink_size: "{{ bigboot_lv_info.size_total - bigboot_expansion_diff | int }}"
|
bigboot_lv_shrink_size: "{{ bigboot_lv_info.size_total - bigboot_expansion_diff | int }}"
|
||||||
|
|
||||||
# - name: Debug bigboot_lv_shrink_size
|
- name: Debug bigboot_lv_shrink_size
|
||||||
# ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
# msg: "{{ bigboot_lv_shrink_size | int | human_readable(unit='M') }}"
|
msg: "{{ bigboot_lv_shrink_size | int | human_readable(unit='M') }}"
|
||||||
|
|
||||||
- name: Kill the play
|
- name: Kill the play
|
||||||
ansible.builtin.meta: end_host
|
ansible.builtin.meta: end_host
|
||||||
|
Loading…
x
Reference in New Issue
Block a user