From ac01943d244b1329fdf4214e72d9973b722dac4a Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 13 Mar 2024 20:20:49 -0400 Subject: [PATCH] template changes --- roles/rear_backup/templates/local.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/rear_backup/templates/local.conf.j2 b/roles/rear_backup/templates/local.conf.j2 index 84d450e..eecbe73 100644 --- a/roles/rear_backup/templates/local.conf.j2 +++ b/roles/rear_backup/templates/local.conf.j2 @@ -20,6 +20,7 @@ ONLY_INCLUDE_VG=( "system" ) {% else %} ONLY_INCLUDE_VG=( "system" {% if bigboot_lv_vg_name is defined %}"{{ bigboot_lv_vg_name | trim }}" {% endif -%} ) {% endif %} +{% endif %} {% if bigboot_lv_info.mount != '/lv1' %} BACKUP_PROG_EXCLUDE=( "${BACKUP_PROG_EXCLUDE[@]}" '/applog' ) EXCLUDE_MOUNTPOINTS=( "${EXCLUDE_MOUNTPOINTS[@]" '/applog' )