From 3ff4400844a08305e313d2aae058e86c20a74f5b Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 19 Jun 2021 23:14:53 +0200 Subject: add workaround for check-mode of zfs module --- roles/chaos-at-home/fileserver/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/chaos-at-home/fileserver/tasks') 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: -- cgit v1.2.3