Fix variable name causing error
This commit is contained in:
parent
d4561bad99
commit
29f8064441
@ -24,12 +24,11 @@
|
||||
when:
|
||||
- bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] | default(false) | bool
|
||||
- not rear_backup_skip | default(false) | bool
|
||||
- not rear_backup_success['stat']['exists'] | bool
|
||||
- not bigboot_backup_success['stat']['exists'] | bool
|
||||
block:
|
||||
- name: Perform ReaR backup # noqa var-naming
|
||||
ansible.builtin.include_role:
|
||||
name: rhc.rear.rear_backup
|
||||
no_log: false
|
||||
vars:
|
||||
rear_nfs_export_share: "{{ bigboot_nfs_backup_share }}"
|
||||
rear_nfs_export_fsid: "{{ bigboot_nfs_backup_share_fsid }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user