variable naming fix
This commit is contained in:
parent
050939b52a
commit
42709c4fe6
@ -3,4 +3,4 @@
|
|||||||
ansible.builtin.import_playbook: rhc.rear.rear_backup
|
ansible.builtin.import_playbook: rhc.rear.rear_backup
|
||||||
when:
|
when:
|
||||||
- bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] | default(false) | bool
|
- 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'] }}"
|
label: "{{ item['key'] }}"
|
||||||
when:
|
when:
|
||||||
- item['value']['bigboot_execute_bigboot'] | default(false) | bool
|
- 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