Add set stats; comment debugging

This commit is contained in:
2025-04-30 22:32:02 -04:00
parent a3021ac84e
commit 07d169f527
2 changed files with 6 additions and 6 deletions

View File

@ -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: