From 077170a35cef1bb15621e1dc216aedf3f0566eba Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 17 Jul 2024 18:12:23 -0400 Subject: [PATCH] more changes --- node2.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/node2.yml b/node2.yml index 7c874c1..a0f5f34 100644 --- a/node2.yml +++ b/node2.yml @@ -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 ...