diff --git a/tasks/configure_nfs_mounts.yml b/tasks/configure_nfs_mounts.yml index cbaf714132853235cc84d5c84eff1480c7c25730..76fd9c3aa5a853bd75802ba8dbf7cd17ff3c709d 100644 --- a/tasks/configure_nfs_mounts.yml +++ b/tasks/configure_nfs_mounts.yml @@ -22,7 +22,7 @@ register: stat_result - name: Mountpoints für Permanent Storage anlegen, falls sie nicht existieren ansible.builtin.file: - path: "{{ item.mountpoint }}" + path: "{{ item.item }}" state: directory mode: "0400" loop: "{{ stat_result.results }}"