From 5192981f5d4eeacc80d661875f110a14fcb3157f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <Joerg.Sachse@slub-dresden.de> Date: Wed, 24 Mar 2021 15:32:51 +0100 Subject: [PATCH] fix: use correct object in dictionary for mountpoint paths --- tasks/configure-nfs-mounts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/configure-nfs-mounts.yml b/tasks/configure-nfs-mounts.yml index bf371a3..9ec3a43 100644 --- a/tasks/configure-nfs-mounts.yml +++ b/tasks/configure-nfs-mounts.yml @@ -12,7 +12,7 @@ - name: create missing mountpoints so Molecule tests don't fail file: - path: "{{ item.stat.path }}" + path: "{{ item.item.name }}" owner: "{{ vault_nfs_owner }}" group: "{{ vault_nfs_group }}" mode: "0755" -- GitLab