diff --git a/playbooks/restore_docker.yml b/playbooks/restore_docker.yml index 4c31ecb..86c1e3f 100644 --- a/playbooks/restore_docker.yml +++ b/playbooks/restore_docker.yml @@ -3,9 +3,9 @@ ignore_unreachable: false tasks: - name: Stop running containers - docker_container: - name: rancher-rancher-1 - state: stopped + docker_container: + name: rancher-rancher-1 + state: stopped - 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