From 7c31c184d49d0128acdfc94fe679192df89303ff Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Tue, 23 Jul 2024 15:56:14 -0400 Subject: [PATCH] per_host --- bigboot_setup_environment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bigboot_setup_environment.yml b/bigboot_setup_environment.yml index b0c968f..815be69 100644 --- a/bigboot_setup_environment.yml +++ b/bigboot_setup_environment.yml @@ -34,6 +34,7 @@ bigboot_rear_backup_skip: - name: Set environment for subsequent workflow nodes + per_host: false ansible.builtin.set_stats: data: bigboot_data: "{{ bigboot_data | default({}) | @@ -52,6 +53,6 @@ when: - bigboot_execute_shrink_lv | default(false) | bool or bigboot_execute_bigboot | default(false) | bool - - not bigboot_rear_backup_skip | default(false) | bool + - not rear_backup_skip | default(false) | bool ...