fixdebugging

This commit is contained in:
Chris Hammer 2024-07-21 00:45:11 -04:00
parent b081b69ba9
commit 8d289a9d09

View File

@ -1,4 +1,11 @@
---
- name: Capture boot and logical volume information
hosts: all
become: true
gather_facts: true
strategy: free
tasks:
- name: Debug bigboot_execute_shrink_lv
ansible.builtin.debug:
msg: "bigboot_data[inventory_hostname]['bigboot_execute_shrink_lv'] -> {{ bigboot_data[inventory_hostname]['bigboot_execute_shrink_lv'] }}"