Call role with backup path defined; fixed

This commit is contained in:
Chris Hammer 2025-02-22 17:20:07 -05:00
parent eca5be5592
commit 6a9d2833fd

View File

@ -14,7 +14,7 @@
ansible.builtin.include_role:
name: rhc.rear.rear_backup
vars:
rear_nfs_export_share: /backups/bigboot
rear_nfs_export_share: /backups/bigboot # noqa var-naming
when:
- bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] | default(false) | bool
- not rear_backup_skip | default(false) | bool