Skip to content
Snippets Groups Projects
Commit 5192981f authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: use correct object in dictionary for mountpoint paths

parent b7a75bd4
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
- name: create missing mountpoints so Molecule tests don't fail - name: create missing mountpoints so Molecule tests don't fail
file: file:
path: "{{ item.stat.path }}" path: "{{ item.item.name }}"
owner: "{{ vault_nfs_owner }}" owner: "{{ vault_nfs_owner }}"
group: "{{ vault_nfs_group }}" group: "{{ vault_nfs_group }}"
mode: "0755" mode: "0755"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment