fixt quotes in line 13 of main.yml

This commit is contained in:
2025-11-20 20:51:43 +01:00
parent c97de93705
commit 8cc2670596
+1 -1
View File
@@ -10,7 +10,7 @@
- name: Ensure /opt/app directory exists
file:
path: {{ app_dir.stat.path }}
path: "{{ app_dir.stat.path }}""
state: directory
owner: root
group: root