dupe vars
This commit is contained in:
parent
9677c75be3
commit
4043b45152
@ -15,6 +15,7 @@
|
||||
__bigboot_adjacent_lvm: "/dev/mapper/system-root"
|
||||
__bigboot_execute_bigboot: true
|
||||
__bigboot_execute_shrink: "true"
|
||||
bigboot_size_target: "{{ bigboot_size_target }}"
|
||||
per_host: false
|
||||
aggregate: false
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
tasks:
|
||||
- name: Debug test_set_stats
|
||||
ansible.builtin.debug:
|
||||
msg: "Another node will use __bigboot_adjacent_lvm -> {{ __bigboot_adjacent_lvm }}"
|
||||
msg: "Another node will use __bigboot_adjacent_lvm -> {{ __bigboot_adjacent_lvm }} ({{ bigboot_size_target }})"
|
||||
when:
|
||||
- "'root' in __bigboot_adjacent_lvm"
|
||||
- __bigboot_execute_bigboot | bool
|
||||
|
Loading…
x
Reference in New Issue
Block a user