variable naming fix

This commit is contained in:
Chris Hammer 2024-07-26 15:51:34 -04:00
parent 050939b52a
commit 42709c4fe6
2 changed files with 2 additions and 2 deletions

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