fix(ansible): use rsync with checksum for motions.db sync
This commit is contained in:
+2
-2
@@ -42,10 +42,10 @@
|
|||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
|
|
||||||
- name: sync motions.db to server
|
- name: sync motions.db to server
|
||||||
ansible.builtin.copy:
|
ansible.builtin.synchronize:
|
||||||
src: ../data/motions.db
|
src: ../data/motions.db
|
||||||
dest: /home/webapps/motief/data/motions.db
|
dest: /home/webapps/motief/data/motions.db
|
||||||
mode: '0644'
|
checksum: yes
|
||||||
|
|
||||||
- name: start streamlit
|
- name: start streamlit
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
|
|||||||
Reference in New Issue
Block a user