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

fix: use var name that actually exists

parent f56f0fb6
No related branches found
No related tags found
No related merge requests found
Pipeline #3537 passed
......@@ -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 }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment