From eca5be55925f8dc9649d66921a58d6a715633254 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Sat, 22 Feb 2025 17:16:39 -0500 Subject: [PATCH] Call role with backup path defined --- bigboot_rear_backup.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bigboot_rear_backup.yml b/bigboot_rear_backup.yml index 4dbf19c..3bfc4cf 100644 --- a/bigboot_rear_backup.yml +++ b/bigboot_rear_backup.yml @@ -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