forgot state
All checks were successful
Deploy Containers / Prepare (push) Successful in 14s

This commit is contained in:
2025-07-31 01:24:57 -04:00
parent fcb5f40bb9
commit 502ff40bbf

View File

@@ -1,6 +1,7 @@
- name: Create folder structure - name: Create folder structure
file: file:
path: "{{ item }}" path: "{{ item }}"
state: directory
with_items: with_items:
- "{{ data_dir }}/syncthing" - "{{ data_dir }}/syncthing"