dupe vars

This commit is contained in:
Chris Hammer 2024-03-29 14:09:45 -04:00
parent 9677c75be3
commit 4043b45152
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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