fixdebugging
This commit is contained in:
parent
b081b69ba9
commit
8d289a9d09
@ -1,11 +1,18 @@
|
|||||||
---
|
---
|
||||||
- name: Debug bigboot_execute_shrink_lv
|
- name: Capture boot and logical volume information
|
||||||
ansible.builtin.debug:
|
hosts: all
|
||||||
msg: "bigboot_data[inventory_hostname]['bigboot_execute_shrink_lv'] -> {{ bigboot_data[inventory_hostname]['bigboot_execute_shrink_lv'] }}"
|
become: true
|
||||||
|
gather_facts: true
|
||||||
|
strategy: free
|
||||||
|
|
||||||
- name: Debug bigboot_execute_bigboot
|
tasks:
|
||||||
ansible.builtin.debug:
|
- name: Debug bigboot_execute_shrink_lv
|
||||||
msg: "bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] -> {{ bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] }}"
|
ansible.builtin.debug:
|
||||||
|
msg: "bigboot_data[inventory_hostname]['bigboot_execute_shrink_lv'] -> {{ bigboot_data[inventory_hostname]['bigboot_execute_shrink_lv'] }}"
|
||||||
|
|
||||||
|
- name: Debug bigboot_execute_bigboot
|
||||||
|
ansible.builtin.debug:
|
||||||
|
msg: "bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] -> {{ bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] }}"
|
||||||
|
|
||||||
- name: Perform a ReaR backup if any disk modifications are to be made
|
- name: Perform a ReaR backup if any disk modifications are to be made
|
||||||
ansible.builtin.import_playbook: rhc.rear.rear_backup
|
ansible.builtin.import_playbook: rhc.rear.rear_backup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user