From 502ff40bbf0ee7cd95bb3b1cc8c4708f584be857 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Thu, 31 Jul 2025 01:24:57 -0400 Subject: [PATCH] forgot state --- tasks/syncthing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/syncthing.yml b/tasks/syncthing.yml index 1899004..4a9fe70 100644 --- a/tasks/syncthing.yml +++ b/tasks/syncthing.yml @@ -1,6 +1,7 @@ - name: Create folder structure file: path: "{{ item }}" + state: directory with_items: - "{{ data_dir }}/syncthing"