summaryrefslogtreecommitdiff
path: root/roles/chaos-at-home/fileserver/tasks
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-06-19 23:14:53 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-06-19 23:14:53 +0200
commit3ff4400844a08305e313d2aae058e86c20a74f5b (patch)
treed4f8d2a0beffcca98d95cc544b0f91d49979e5ae /roles/chaos-at-home/fileserver/tasks
parentzfs/syncoid: inhibit autosuspend if scrubbing is in progress (diff)
add workaround for check-mode of zfs module
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 936abd89..41a2975c 100644
--- a/roles/chaos-at-home/fileserver/tasks/main.yml
+++ b/roles/chaos-at-home/fileserver/tasks/main.yml
@@ -6,7 +6,7 @@
zfs:
name: "{{ item.pool | default(fileserver_zfs_default_pool) }}/{{ item.name }}"
state: present
- extra_zfs_properties: "{{ fileserver_zfs_common_properties | combine(item.properties | default({})) }}"
+ extra_zfs_properties: "{{ fileserver_zfs_common_properties | combine(item.properties | default({})) | dehumanize_zfs_properties }}"
- name: install nfs-server and rsync
apt: