Label (bug) fix

This commit is contained in:
Chris Hammer 2025-03-04 16:43:19 -05:00
parent 7cf0711cbd
commit 0a13ff232b
2 changed files with 1 additions and 4 deletions

View File

@ -26,9 +26,6 @@
become: true become: true
gather_facts: true gather_facts: true
vars:
rear_backup_workflow: standalone
tasks: tasks:
- name: Grab the template name - name: Grab the template name
ansible.builtin.set_stats: ansible.builtin.set_stats:

View File

@ -24,7 +24,7 @@ rear_vars_nfs_share:
bigboot: bigboot:
share: "{{ rear_vars_nfs_base }}/bigboot" share: "{{ rear_vars_nfs_base }}/bigboot"
fsid: 20 fsid: 20
rh-os-upgrade: rhel-os-upgrade:
share: "{{ rear_vars_nfs_base }}/rhel-os-upgrade" share: "{{ rear_vars_nfs_base }}/rhel-os-upgrade"
fsid: 30 fsid: 30