add more debug
This commit is contained in:
parent
d9edcc2604
commit
dbf770c190
@ -7,6 +7,14 @@
|
|||||||
|
|
||||||
|
|
||||||
tasks:
|
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: Import say-hi playbook
|
- name: Import say-hi playbook
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
name: say_hi
|
name: say_hi
|
||||||
|
@ -3,10 +3,13 @@
|
|||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: "Hi."
|
msg: "Hi."
|
||||||
|
|
||||||
|
- name: Do we have bigboot_size
|
||||||
- name: Do we have bigboot_size_target
|
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: "bigboot_size_target == {{ bigboot_size_target }}"
|
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 }}"
|
||||||
|
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user