diff --git a/playbooks/sync_all_test.yaml b/playbooks/sync_all_test.yaml index 463ce61..306eb0a 100644 --- a/playbooks/sync_all_test.yaml +++ b/playbooks/sync_all_test.yaml @@ -12,6 +12,5 @@ msg: "{{ source_server }}" - debug: msg: 'rsync -avh --delete /share/docker_data/\{{{ selected_containers }}\} root@{{ destination_server }}:/share/docker_data/ --exclude="home-assistant.log*" --exclude="gitlab/logs/*"' - when: inventory_hostname == source_server - debug: msg: "{{ destination_server }}"