Sync with develop #4

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

View File

@ -3,4 +3,4 @@
ansible.builtin.import_playbook: rhc.rear.rear_backup
when:
- bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] | default(false) | bool
- not bigboot_rear_backup_skip | default(false) | bool
- not rear_backup_skip | default(false) | bool

View File

@ -15,5 +15,5 @@
label: "{{ item['key'] }}"
when:
- item['value']['bigboot_execute_bigboot'] | default(false) | bool
- not bigboot_rear_backup_skip | default(false) | bool
- not rear_backup_skip | default(false) | bool