This commit is contained in:
Chris Hammer 2024-07-23 15:56:14 -04:00
parent 4a1f42bea0
commit 7c31c184d4

View File

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