From 6a9d2833fd106c2dc8a36a3c2bf3be683db319f2 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Sat, 22 Feb 2025 17:20:07 -0500 Subject: [PATCH] Call role with backup path defined; fixed --- bigboot_rear_backup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigboot_rear_backup.yml b/bigboot_rear_backup.yml index 3bfc4cf..08cd2f3 100644 --- a/bigboot_rear_backup.yml +++ b/bigboot_rear_backup.yml @@ -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