Fix variable name causing error

This commit is contained in:
Chris Hammer 2025-02-27 20:06:25 -05:00
parent d4561bad99
commit 29f8064441

View File

@ -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 }}"