Sync with develop #4

Merged
chris merged 32 commits from develop into main 2024-08-02 10:12:58 -04:00
4 changed files with 10 additions and 23 deletions
Showing only changes of commit 7c31c184d4 - Show all commits

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