summaryrefslogtreecommitdiff
path: root/roles/chaos-at-home/fileserver/tasks
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-11-21 00:30:08 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-11-21 00:30:08 +0100
commitfa5c726f9f39d834962f5157628bddfe85e026b6 (patch)
tree06ea51c17ff548cd6cf2188d481a8df914e4242c /roles/chaos-at-home/fileserver/tasks
parentMerge branch 'topic/wireguard-extern-vpn' (diff)
some more cleanups and fixes
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: