add more debug

This commit is contained in:
Chris Hammer 2024-03-07 17:16:09 -05:00
parent 1ce213f89e
commit 446c2c2fde

View File

@ -15,9 +15,9 @@
- name: Shrink a logical volume for /boot expansion if needed
ansible.builtin.import_tasks: tasks/bigboot_manage_lv-noop.yml
- name: Debug bigboot_size_target
- name: Debug bigboot_size
ansible.builtin.debug:
var: bigboot_size_target
var: bigboot_size
- name: Include say_hi role from rhc.rear
ansible.builtin.include_role:
@ -35,6 +35,14 @@
strategy: free
tasks:
- name: Do we have bigboot_size
ansible.builtin.debug:
msg: "bigboot_size == {{ bigboot_size }}"
- name: Do we have bigboot_adjacent_lvm_device
ansible.builtin.debug:
msg: "bigboot_adjacent_lvm_device == {{ bigboot_adjacent_lvm_device }}"
- name: Execute Shrink_LV role to resize target logical volume
ansible.builtin.debug:
msg: "Would have included infra.lvm_snapshots.shrink_lv here."