fixdebugging
This commit is contained in:
parent
b081b69ba9
commit
8d289a9d09
@ -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'] }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user