From ee6912995c8d783749a7d18723c1477217f24010 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Mon, 3 Mar 2025 23:11:05 -0500 Subject: [PATCH] Change variable definition --- playbooks/nfs_export.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/playbooks/nfs_export.yml b/playbooks/nfs_export.yml index ddc9740..dfb1f0f 100644 --- a/playbooks/nfs_export.yml +++ b/playbooks/nfs_export.yml @@ -26,6 +26,9 @@ become: true gather_facts: true + vars: + rear_backup_workflow: standalone + tasks: - name: Grab the template name ansible.builtin.set_stats: @@ -48,5 +51,3 @@ - name: Include NFS export role ansible.builtin.include_role: name: rhc.rear.nfs_export - vars: - rear_backup_workflow: standalone