fix(ansible): use rsync with checksum for motions.db sync

This commit is contained in:
2026-03-28 21:09:17 +01:00
parent 0bd1c08cb2
commit cbab8f080d
+2 -2
View File
@@ -42,10 +42,10 @@
ignore_errors: yes
- name: sync motions.db to server
ansible.builtin.copy:
ansible.builtin.synchronize:
src: ../data/motions.db
dest: /home/webapps/motief/data/motions.db
mode: '0644'
checksum: yes
- name: start streamlit
ansible.builtin.shell: