diff --git a/playbooks/restore_container.yaml b/playbooks/restore_container.yaml index bc0ab51..6bba4fb 100644 --- a/playbooks/restore_container.yaml +++ b/playbooks/restore_container.yaml @@ -7,4 +7,4 @@ #ansible.builtin.shell: 'rsync -avh --delete /share/docker_data/{mailu2,webhub,nginx,heimdall} root@192.168.77.238:/share/docker_data/ --exclude="home-assistant.log*" --exclude="gitlab/logs/*"' #ansible.builtin.shell: 'ls -la' when: inventory_hostname in groups['nas'] - loop: "{{ CONTAINERS }}" \ No newline at end of file + loop: '{{ CONTAINERS }}' \ No newline at end of file