From c4878e2c4860995c929ad4c89fce4d0a14933013 Mon Sep 17 00:00:00 2001 From: jaydee Date: Sat, 25 May 2024 10:38:14 +0200 Subject: [PATCH] bitwarden --- playbooks/restore_docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/restore_docker.yml b/playbooks/restore_docker.yml index d464e65..025a019 100644 --- a/playbooks/restore_docker.yml +++ b/playbooks/restore_docker.yml @@ -3,7 +3,7 @@ ignore_unreachable: false tasks: - name: Stop running containers - ansible.builtin.shell: docker stop rancher-rancher-1 + ansible.builtin.shell: /share/ZFS530_DATA/.qpkg/container-station/bin/docker stop rancher-rancher-1 - name: Restore folder ansible.builtin.shell: 'rsync -arv root@192.168.77.189:/srv/dev-disk-by-uuid-02fbe97a-cd9a-4511-8bd5-21f8516353ee/docker_data/latest/rancher .' when: inventory_hostname in groups['nas'] \ No newline at end of file