Call role with backup path defined

This commit is contained in:
Chris Hammer 2025-02-22 17:16:39 -05:00
parent 3cc182de09
commit eca5be5592

View File

@ -13,6 +13,8 @@
- name: Perform ReaR backup
ansible.builtin.include_role:
name: rhc.rear.rear_backup
vars:
rear_nfs_export_share: /backups/bigboot
when:
- bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] | default(false) | bool
- not rear_backup_skip | default(false) | bool