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