variable naming fix
This commit is contained in:
parent
050939b52a
commit
42709c4fe6
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user