From 4400ac922b926a1343576a205d4e3425416d1749 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Sat, 29 Nov 2025 00:21:01 -0600 Subject: [PATCH] remove backup from n8n - new build --- roles/ind/n8n/n8n-install.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/roles/ind/n8n/n8n-install.yml b/roles/ind/n8n/n8n-install.yml index 66da54b..165c59a 100644 --- a/roles/ind/n8n/n8n-install.yml +++ b/roles/ind/n8n/n8n-install.yml @@ -68,18 +68,18 @@ group: docker mode: u=rw,g=r,o=r - - name: Check if docker config directory exists - stat: - path: /home/docker/data - register: data_stat + #- name: Check if docker config directory exists + # stat: + # path: /home/docker/data + # register: data_stat - - name: Restore docker config Dir - shell: | - restic --password-file /home/restic/.resticpassword -r sftp:misamisa://home/restic/$(hostname) --target / restore latest - args: - chdir: /home/docker/ - creates: /home/docker/data - when: not data_stat.stat.exists or not data_stat.stat.isdir + #- name: Restore docker config Dir + # shell: | + # restic --password-file /home/restic/.resticpassword -r sftp:misamisa://home/restic/$(hostname) --target / restore latest + # args: + # chdir: /home/docker/ + # creates: /home/docker/data + # when: not data_stat.stat.exists or not data_stat.stat.isdir - name: Reload systemd daemon systemd: