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: