summaryrefslogtreecommitdiff
path: root/roles/chaos-at-home/fileserver/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/chaos-at-home/fileserver/tasks')
-rw-r--r--roles/chaos-at-home/fileserver/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/chaos-at-home/fileserver/tasks/main.yml b/roles/chaos-at-home/fileserver/tasks/main.yml
index 41a2975c..7c1c86be 100644
--- a/roles/chaos-at-home/fileserver/tasks/main.yml
+++ b/roles/chaos-at-home/fileserver/tasks/main.yml
@@ -51,7 +51,7 @@
- name: generate list of all export destinations
set_fact:
- filesearver_nfs_all_destinations: "{{ fileserver_nfs_default_destinations | map(attribute='dest') | list | union(fileserver_zfs_filesystems | selectattr('export_to', 'defined') | map(attribute='export_to') | flatten | map(attribute='dest') | list) | cidr_merge }}"
+ filesearver_nfs_all_destinations: "{{ fileserver_nfs_default_destinations | map(attribute='dest') | list | union(fileserver_zfs_filesystems | selectattr('export_to', 'defined') | map(attribute='export_to') | flatten | map(attribute='dest') | list) | ansible.utils.cidr_merge }}"
- name: export filesystems
blockinfile: