Cleanup
This commit is contained in:
@ -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 }}"
|
||||
|
||||
|
Reference in New Issue
Block a user