From 0a13ff232bb6d63ddc7622a8ac7f778bf477f78c Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Tue, 4 Mar 2025 16:43:19 -0500 Subject: [PATCH] Label (bug) fix --- playbooks/nfs_export.yml | 3 --- roles/rear_vars/defaults/main.yml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/playbooks/nfs_export.yml b/playbooks/nfs_export.yml index dfb1f0f..005050f 100644 --- a/playbooks/nfs_export.yml +++ b/playbooks/nfs_export.yml @@ -26,9 +26,6 @@ become: true gather_facts: true - vars: - rear_backup_workflow: standalone - tasks: - name: Grab the template name ansible.builtin.set_stats: diff --git a/roles/rear_vars/defaults/main.yml b/roles/rear_vars/defaults/main.yml index 0e5f6b3..7c21f2f 100644 --- a/roles/rear_vars/defaults/main.yml +++ b/roles/rear_vars/defaults/main.yml @@ -24,7 +24,7 @@ rear_vars_nfs_share: bigboot: share: "{{ rear_vars_nfs_base }}/bigboot" fsid: 20 - rh-os-upgrade: + rhel-os-upgrade: share: "{{ rear_vars_nfs_base }}/rhel-os-upgrade" fsid: 30