Cleanup
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
gather_facts: true
|
||||
|
||||
tasks:
|
||||
- name: Grab the template name
|
||||
- name: Capture the job template name
|
||||
ansible.builtin.set_stats:
|
||||
aggregate: false
|
||||
per_host: false
|
||||
@ -37,10 +37,9 @@
|
||||
- name: Create IP list and add to NFS exports
|
||||
when: not rear_backup_skip | default(false) | bool
|
||||
block:
|
||||
- name: Create list with IP addresses and hostnames
|
||||
- name: Create list with IP addresses
|
||||
ansible.builtin.set_fact:
|
||||
client_ips: "{{ ip_addresses | list | flatten }}"
|
||||
namehost: "{{ server_hostname }}"
|
||||
|
||||
- name: Import rear_vars role
|
||||
ansible.builtin.import_role:
|
||||
|
Reference in New Issue
Block a user