This commit is contained in:
2025-03-05 22:47:50 -05:00
parent 0360927617
commit 26638d9728
7 changed files with 32 additions and 15 deletions

View File

@ -29,9 +29,10 @@
tasks:
- name: Grab the template name
ansible.builtin.set_stats:
aggregate: false
per_host: false
data:
nfs_exports_template_name: "{{ tower_job_template_name | default('NA') }}"
aggregate: true
- name: Create IP list and add to NFS exports
when: not rear_backup_skip | default(false) | bool