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