From cb6f6bb766edf6a409545f4609ca633dabe97a2a Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 12 Jul 2026 19:06:43 +0300 Subject: Improve volume handling, add migration confirmation step --- roles/jails/17_syncthing/tasks/main.yml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'roles/jails/17_syncthing/tasks') diff --git a/roles/jails/17_syncthing/tasks/main.yml b/roles/jails/17_syncthing/tasks/main.yml index 4575308..91eb61c 100644 --- a/roles/jails/17_syncthing/tasks/main.yml +++ b/roles/jails/17_syncthing/tasks/main.yml @@ -10,14 +10,6 @@ shell: pw groupmod syncthing -g 1001 || true changed_when: false -- name: Fix syncthing config ownership - file: - path: /usr/local/etc/syncthing - state: directory - owner: syncthing - group: syncthing - recurse: true - - import_role: name: jail tasks_from: jail_launch -- cgit v1.3