This commit is contained in:
2025-03-06 00:01:17 -05:00
parent 26638d9728
commit 25e7b03bef
9 changed files with 18 additions and 105 deletions

View File

@ -8,14 +8,14 @@
tasks:
- name: Perform ReaR Backup
when:
- ansible_distribution_major_version >= '7'
- ansible_distribution_major_version == '7'
- not rear_backup_skip | default(false) | bool
block:
- name: Import rear_vars role
ansible.builtin.import_role:
name: rhc.rear.rear_vars
- name: Fetch the template name from NFS exports
- name: Fetch the NFS exports template name
ansible.builtin.set_fact:
job_template_name: "{{ nfs_exports_template_name }}"