From 446c2c2fde34d0fb3e6a15cf0f00c85a4b8b3f9c Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Thu, 7 Mar 2024 17:16:09 -0500 Subject: [PATCH] add more debug --- bigboot-noop.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/bigboot-noop.yml b/bigboot-noop.yml index c92b138..f53d3a4 100644 --- a/bigboot-noop.yml +++ b/bigboot-noop.yml @@ -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."