more changes

This commit is contained in:
Chris Hammer 2024-07-17 18:12:23 -04:00
parent 74bee4d307
commit 077170a35c

View File

@ -16,12 +16,12 @@
ansible.builtin.debug:
var: vars
# - name: Debug test_set_stats - node2
# ansible.builtin.debug:
# msg: "Another node will use __bigboot_size_target -> {{ __bigboot_size_target }}"
# when:
# - __bigboot_size_target | length > 1
# - __bigboot_execute_shrink | bool
# - not bigboot_skip_rear_backup | bool
- name: Debug test_set_stats - node2
ansible.builtin.debug:
msg: "Another node will use the set_stats dictionary -> {{ bigboot_data[inventory_hostname]['bigboot_size'] }}"
# when:
# - __bigboot_size_target | length > 1
# - __bigboot_execute_shrink | bool
# - not bigboot_skip_rear_backup | bool
...